Class: Telnyx::Models::MessagingOptoutListParams::Filter
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::MessagingOptoutListParams::Filter
- Defined in:
- lib/telnyx/models/messaging_optout_list_params.rb,
sig/telnyx/models/messaging_optout_list_params.rbs
Instance Attribute Summary collapse
-
#from ⇒ String?
The sending address (+E.164 formatted phone number, alphanumeric sender ID, or short code) to retrieve opt-outs for.
-
#messaging_profile_id ⇒ String?
The ID of the messaging profile to retrieve opt-outs for.
Instance Method Summary collapse
-
#initialize(from: nil, messaging_profile_id: nil) ⇒ Filter
constructor
Some parameter documentations has been truncated, see Filter for more details.
- #to_hash ⇒ { from: String, messaging_profile_id: String }
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(from: nil, messaging_profile_id: nil) ⇒ Filter
Some parameter documentations has been truncated, see Telnyx::Models::MessagingOptoutListParams::Filter for more details.
Consolidated filter parameter (deepObject style). Originally: filter, filter
|
|
# File 'lib/telnyx/models/messaging_optout_list_params.rb', line 92
|
Instance Attribute Details
#from ⇒ String?
The sending address (+E.164 formatted phone number, alphanumeric sender ID, or short code) to retrieve opt-outs for
84 |
# File 'lib/telnyx/models/messaging_optout_list_params.rb', line 84 optional :from, String |
#messaging_profile_id ⇒ String?
The ID of the messaging profile to retrieve opt-outs for
90 |
# File 'lib/telnyx/models/messaging_optout_list_params.rb', line 90 optional :messaging_profile_id, String |
Instance Method Details
#to_hash ⇒ { from: String, messaging_profile_id: String }
88 |
# File 'sig/telnyx/models/messaging_optout_list_params.rbs', line 88
def to_hash: -> { from: String, messaging_profile_id: String }
|