Class: Telnyx::Models::MessagingOptoutListResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::MessagingOptoutListResponse
- Defined in:
- lib/telnyx/models/messaging_optout_list_response.rb
Overview
Instance Attribute Summary collapse
-
#created_at ⇒ Time?
The timestamp when the opt-out was created.
-
#from ⇒ String?
Sending address (+E.164 formatted phone number, alphanumeric sender ID, or short code).
-
#keyword ⇒ String?
The keyword that triggered the opt-out.
-
#messaging_profile_id ⇒ String?
Unique identifier for a messaging profile.
-
#to ⇒ String?
Receiving address (+E.164 formatted phone number or short code).
Instance Method Summary collapse
-
#initialize(created_at: nil, from: nil, keyword: nil, messaging_profile_id: nil, to: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see MessagingOptoutListResponse for more details.
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(created_at: nil, from: nil, keyword: nil, messaging_profile_id: nil, to: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::MessagingOptoutListResponse for more details.
|
|
# File 'lib/telnyx/models/messaging_optout_list_response.rb', line 38
|
Instance Attribute Details
#created_at ⇒ Time?
The timestamp when the opt-out was created
11 |
# File 'lib/telnyx/models/messaging_optout_list_response.rb', line 11 optional :created_at, Time |
#from ⇒ String?
Sending address (+E.164 formatted phone number, alphanumeric sender ID, or short code).
18 |
# File 'lib/telnyx/models/messaging_optout_list_response.rb', line 18 optional :from, String |
#keyword ⇒ String?
The keyword that triggered the opt-out.
24 |
# File 'lib/telnyx/models/messaging_optout_list_response.rb', line 24 optional :keyword, String, nil?: true |
#messaging_profile_id ⇒ String?
Unique identifier for a messaging profile.
30 |
# File 'lib/telnyx/models/messaging_optout_list_response.rb', line 30 optional :messaging_profile_id, String, nil?: true |
#to ⇒ String?
Receiving address (+E.164 formatted phone number or short code).
36 |
# File 'lib/telnyx/models/messaging_optout_list_response.rb', line 36 optional :to, String |