Class: Telnyx::Models::SimCardGroups::SimCardGroupAction

Inherits:
Internal::Type::BaseModel show all
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

Class Method Summary collapse

Instance Method Summary collapse

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.

Parameters:

  • private_wireless_gateway_id (String) (defaults to: nil)

    The identification of the related Private Wireless Gateway resource.



# File 'lib/telnyx/models/sim_card_groups/sim_card_group_action.rb', line 56

Instance Attribute Details

#settingsTelnyx::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_idString?

The SIM card group identification.

Returns:

  • (String, nil)


18
# File 'lib/telnyx/models/sim_card_groups/sim_card_group_action.rb', line 18

optional :sim_card_group_id, String

#statusSymbol, ...



23
# File 'lib/telnyx/models/sim_card_groups/sim_card_group_action.rb', line 23

optional :status, enum: -> { Telnyx::SimCardGroups::SimCardGroupAction::Status }

#typeSymbol, ...

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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/telnyx/models/sim_card_groups/sim_card_group_action.rb', line 99