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,
sig/telnyx/models/sim_card_groups/sim_card_group_action.rbs
Overview
Defined Under Namespace
Modules: Status, Type Classes: Settings
Instance Attribute Summary collapse
-
#created_at ⇒ String?
readonly
Returns the value of attribute created_at.
-
#id ⇒ String?
readonly
Returns the value of attribute id.
-
#record_type ⇒ String?
readonly
Returns the value of attribute record_type.
-
#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.
-
#updated_at ⇒ String?
readonly
Returns the value of attribute updated_at.
Class Method Summary collapse
Instance Method Summary collapse
- #created_at ⇒ String readonly
- #id ⇒ String readonly
-
#initialize(private_wireless_gateway_id: nil) ⇒ Object
constructor
A JSON object representation of the action params.
- #record_type ⇒ String readonly
- #to_hash ⇒ {
- #updated_at ⇒ String readonly
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
#created_at ⇒ String? (readonly)
Returns the value of attribute created_at.
45 46 47 |
# File 'sig/telnyx/models/sim_card_groups/sim_card_group_action.rbs', line 45 def created_at @created_at end |
#id ⇒ String? (readonly)
Returns the value of attribute id.
41 42 43 |
# File 'sig/telnyx/models/sim_card_groups/sim_card_group_action.rbs', line 41 def id @id end |
#record_type ⇒ String? (readonly)
Returns the value of attribute record_type.
49 50 51 |
# File 'sig/telnyx/models/sim_card_groups/sim_card_group_action.rbs', line 49 def record_type @record_type end |
#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 } |
#updated_at ⇒ String? (readonly)
Returns the value of attribute updated_at.
53 54 55 |
# File 'sig/telnyx/models/sim_card_groups/sim_card_group_action.rbs', line 53 def updated_at @updated_at end |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/sim_card_groups/sim_card_group_action.rb', line 99
|
Instance Method Details
#created_at= ⇒ String (readonly)
47 |
# File 'sig/telnyx/models/sim_card_groups/sim_card_group_action.rbs', line 47
def created_at=: (String) -> String
|
#id= ⇒ String (readonly)
43 |
# File 'sig/telnyx/models/sim_card_groups/sim_card_group_action.rbs', line 43
def id=: (String) -> String
|
#record_type= ⇒ String (readonly)
51 |
# File 'sig/telnyx/models/sim_card_groups/sim_card_group_action.rbs', line 51
def record_type=: (String) -> String
|
#to_hash ⇒ {
68 |
# File 'sig/telnyx/models/sim_card_groups/sim_card_group_action.rbs', line 68
def to_hash: -> {
|
#updated_at= ⇒ String (readonly)
55 |
# File 'sig/telnyx/models/sim_card_groups/sim_card_group_action.rbs', line 55
def updated_at=: (String) -> String
|