Class: Telnyx::Models::MessagingProfiles::AutorespConfigListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::MessagingProfiles::AutorespConfigListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/messaging_profiles/autoresp_config_list_params.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
- #country_code ⇒ String?
-
#created_at ⇒ Telnyx::Models::MessagingProfiles::AutorespConfigListParams::CreatedAt?
Consolidated created_at parameter (deepObject style).
- #profile_id ⇒ String
-
#updated_at ⇒ Telnyx::Models::MessagingProfiles::AutorespConfigListParams::UpdatedAt?
Consolidated updated_at parameter (deepObject style).
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_profiles/autoresp_config_list_params.rb', line 60
|
Instance Attribute Details
#country_code ⇒ String?
19 |
# File 'lib/telnyx/models/messaging_profiles/autoresp_config_list_params.rb', line 19 optional :country_code, String |
#created_at ⇒ Telnyx::Models::MessagingProfiles::AutorespConfigListParams::CreatedAt?
Consolidated created_at parameter (deepObject style). Originally: created_at, created_at
26 |
# File 'lib/telnyx/models/messaging_profiles/autoresp_config_list_params.rb', line 26 optional :created_at, -> { Telnyx::MessagingProfiles::AutorespConfigListParams::CreatedAt } |
#profile_id ⇒ String
14 |
# File 'lib/telnyx/models/messaging_profiles/autoresp_config_list_params.rb', line 14 required :profile_id, String |
#updated_at ⇒ Telnyx::Models::MessagingProfiles::AutorespConfigListParams::UpdatedAt?
Consolidated updated_at parameter (deepObject style). Originally: updated_at, updated_at
33 |
# File 'lib/telnyx/models/messaging_profiles/autoresp_config_list_params.rb', line 33 optional :updated_at, -> { Telnyx::MessagingProfiles::AutorespConfigListParams::UpdatedAt } |