Class: Telnyx::Models::SimCardGroups::SimCardGroupAction
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::SimCardGroups::SimCardGroupAction
- Defined in:
- lib/telnyx/models/sim_card_groups/sim_card_group_action.rb
Overview
Defined Under Namespace
Modules: Status, Type Classes: Settings
Instance Attribute Summary collapse
-
#settings ⇒ Telnyx::Models::SimCardGroups::SimCardGroupAction::Settings?
A JSON object representation of the action params.
-
#sim_card_group_id ⇒ String?
The SIM card group identification.
- #status ⇒ Symbol, ...
-
#type ⇒ Symbol, ...
Represents the type of the operation requested.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(private_wireless_gateway_id: nil) ⇒ Object
constructor
A JSON object representation of the action params.
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(private_wireless_gateway_id: nil) ⇒ Object
A JSON object representation of the action params.
|
|
# File 'lib/telnyx/models/sim_card_groups/sim_card_group_action.rb', line 56
|
Instance Attribute Details
#settings ⇒ Telnyx::Models::SimCardGroups::SimCardGroupAction::Settings?
A JSON object representation of the action params.
12 |
# File 'lib/telnyx/models/sim_card_groups/sim_card_group_action.rb', line 12 optional :settings, -> { Telnyx::SimCardGroups::SimCardGroupAction::Settings } |
#sim_card_group_id ⇒ String?
The SIM card group identification.
18 |
# File 'lib/telnyx/models/sim_card_groups/sim_card_group_action.rb', line 18 optional :sim_card_group_id, String |
#status ⇒ Symbol, ...
23 |
# File 'lib/telnyx/models/sim_card_groups/sim_card_group_action.rb', line 23 optional :status, enum: -> { Telnyx::SimCardGroups::SimCardGroupAction::Status } |
#type ⇒ Symbol, ...
Represents the type of the operation requested.
29 |
# File 'lib/telnyx/models/sim_card_groups/sim_card_group_action.rb', line 29 optional :type, enum: -> { Telnyx::SimCardGroups::SimCardGroupAction::Type } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/sim_card_groups/sim_card_group_action.rb', line 99
|