Class: Telnyx::Models::MessagingOptoutListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::MessagingOptoutListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/messaging_optout_list_params.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
-
#created_at ⇒ Telnyx::Models::MessagingOptoutListParams::CreatedAt?
Consolidated created_at parameter (deepObject style).
-
#filter ⇒ Telnyx::Models::MessagingOptoutListParams::Filter?
Consolidated filter parameter (deepObject style).
- #page_number ⇒ Integer?
- #page_size ⇒ Integer?
-
#redaction_enabled ⇒ String?
If receiving address (+E.164 formatted phone number) should be redacted.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(gte: nil, lte: nil) ⇒ Object
constructor
Consolidated created_at parameter (deepObject style).
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(gte: nil, lte: nil) ⇒ Object
Consolidated created_at parameter (deepObject style). Originally: created_at, created_at
|
|
# File 'lib/telnyx/models/messaging_optout_list_params.rb', line 69
|
Instance Attribute Details
#created_at ⇒ Telnyx::Models::MessagingOptoutListParams::CreatedAt?
Consolidated created_at parameter (deepObject style). Originally: created_at, created_at
15 |
# File 'lib/telnyx/models/messaging_optout_list_params.rb', line 15 optional :created_at, -> { Telnyx::MessagingOptoutListParams::CreatedAt } |
#filter ⇒ Telnyx::Models::MessagingOptoutListParams::Filter?
22 |
# File 'lib/telnyx/models/messaging_optout_list_params.rb', line 22 optional :filter, -> { Telnyx::MessagingOptoutListParams::Filter } |
#page_number ⇒ Integer?
27 |
# File 'lib/telnyx/models/messaging_optout_list_params.rb', line 27 optional :page_number, Integer |
#page_size ⇒ Integer?
32 |
# File 'lib/telnyx/models/messaging_optout_list_params.rb', line 32 optional :page_size, Integer |
#redaction_enabled ⇒ String?
If receiving address (+E.164 formatted phone number) should be redacted
38 |
# File 'lib/telnyx/models/messaging_optout_list_params.rb', line 38 optional :redaction_enabled, String |