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

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

See Also:

  • Telnyx::Models::SimCardGroups::SimCardGroupAction#settings

Instance Attribute 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

#initializeSettings

Returns a new instance of Settings.

Parameters:

  • private_wireless_gateway_id: (String)


86
# File 'sig/telnyx/models/sim_card_groups/sim_card_group_action.rbs', line 86

def initialize: (?private_wireless_gateway_id: String) -> void

Instance Attribute Details

#private_wireless_gateway_idString?

The identification of the related Private Wireless Gateway resource.

Parameters:

  • (String)

Returns:

  • (String, nil)


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

optional :private_wireless_gateway_id, String

Instance Method Details

#to_hash{ private_wireless_gateway_id: String }

Returns:

  • ({ private_wireless_gateway_id: String })


88
# File 'sig/telnyx/models/sim_card_groups/sim_card_group_action.rbs', line 88

def to_hash: -> { private_wireless_gateway_id: String }