Class: Privy::Models::RuleIntentDeleteRequestDetails
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Privy::Models::RuleIntentDeleteRequestDetails
- Defined in:
- lib/privy/models/rule_intent_delete_request_details.rb
Defined Under Namespace
Instance Attribute Summary collapse
- #body ⇒ Privy::Models::RuleIntentDeleteRequestDetails::Body?
- #method_ ⇒ Symbol, Privy::Models::RuleIntentDeleteRequestDetails::Method
- #url ⇒ String
Class Method Summary collapse
Instance Method Summary collapse
- #initialize ⇒ Object constructor
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
|
|
# File 'lib/privy/models/rule_intent_delete_request_details.rb', line 21
|
Instance Attribute Details
#body ⇒ Privy::Models::RuleIntentDeleteRequestDetails::Body?
19 |
# File 'lib/privy/models/rule_intent_delete_request_details.rb', line 19 optional :body, -> { Privy::RuleIntentDeleteRequestDetails::Body } |
#method_ ⇒ Symbol, Privy::Models::RuleIntentDeleteRequestDetails::Method
9 |
# File 'lib/privy/models/rule_intent_delete_request_details.rb', line 9 required :method_, enum: -> { Privy::RuleIntentDeleteRequestDetails::Method }, api_name: :method |
#url ⇒ String
14 |
# File 'lib/privy/models/rule_intent_delete_request_details.rb', line 14 required :url, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/privy/models/rule_intent_delete_request_details.rb', line 34
|