Module: Telnyx::Models::BulkSimCardActionDetailed::ActionType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/bulk_sim_card_action_detailed.rb,
sig/telnyx/models/bulk_sim_card_action_detailed.rbs
Overview
The action type. It can be one of the following:
bulk_disable_voice- disable voice for every SIM Card in a SIM Card Group.bulk_enable_voice- enable voice for every SIM Card in a SIM Card Group.bulk_set_public_ips- set a public IP for each specified SIM Card.
Constant Summary collapse
- BULK_DISABLE_VOICE =
:bulk_disable_voice- BULK_ENABLE_VOICE =
:bulk_enable_voice- BULK_SET_PUBLIC_IPS =
:bulk_set_public_ips
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/bulk_sim_card_action_detailed.rb', line 89
|
Instance Method Details
#self?.values ⇒ ::Array[Telnyx::Models::BulkSimCardActionDetailed::action_type]
77 |
# File 'sig/telnyx/models/bulk_sim_card_action_detailed.rbs', line 77
def self?.values: -> ::Array[Telnyx::Models::BulkSimCardActionDetailed::action_type]
|