Class: Telnyx::Models::SimCard
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::SimCard
- Defined in:
- lib/telnyx/models/sim_card.rb
Direct Known Subclasses
Defined Under Namespace
Modules: EsimInstallationStatus, LiveDataSession, Type Classes: CurrentBillingPeriodConsumedData, CurrentDeviceLocation, DataLimit, PinPukCodes
Instance Attribute Summary collapse
-
#authorized_imeis ⇒ Array<String>?
List of IMEIs authorized to use a given SIM card.
-
#data_limit ⇒ Telnyx::Models::SimCard::DataLimit?
The SIM card individual data limit configuration.
-
#sim_card_group_id ⇒ String?
The group SIMCardGroup identification.
- #status ⇒ Telnyx::Models::SimCardStatus?
-
#tags ⇒ Array<String>?
Searchable tags associated with the SIM card.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(pin1: nil, pin2: nil, puk1: nil, puk2: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see PinPukCodes for more details.
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(pin1: nil, pin2: nil, puk1: nil, puk2: nil) ⇒ Object
Some parameter documentations has been truncated, see PinPukCodes for more details.
PIN and PUK codes for the SIM card. Only available when include_pin_puk_codes=true is set in the request.
|
|
# File 'lib/telnyx/models/sim_card.rb', line 200
|
Instance Attribute Details
#authorized_imeis ⇒ Array<String>?
List of IMEIs authorized to use a given SIM card.
10 |
# File 'lib/telnyx/models/sim_card.rb', line 10 optional :authorized_imeis, Telnyx::Internal::Type::ArrayOf[String], nil?: true |
#data_limit ⇒ Telnyx::Models::SimCard::DataLimit?
The SIM card individual data limit configuration.
16 |
# File 'lib/telnyx/models/sim_card.rb', line 16 optional :data_limit, -> { Telnyx::SimCard::DataLimit } |
#sim_card_group_id ⇒ String?
The group SIMCardGroup identification. This attribute can be null when it’s present in an associated resource.
23 |
# File 'lib/telnyx/models/sim_card.rb', line 23 optional :sim_card_group_id, String |
#status ⇒ Telnyx::Models::SimCardStatus?
28 |
# File 'lib/telnyx/models/sim_card.rb', line 28 optional :status, -> { Telnyx::SimCardStatus } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/sim_card.rb', line 335
|