Module: Telnyx::Models::BulkSimCardActionRetrieveResponse::Data::ActionType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/bulk_sim_card_action_retrieve_response.rb
Overview
The action type. It can be one of the following: <br/>
<ul> <li>bulk_disable_voice - disable voice for every SIM Card in a SIM Card Group.</li> <li>bulk_enable_voice - enable voice for every SIM Card in a SIM Card Group.</li> <li>bulk_set_public_ips - set a public IP for each specified SIM Card.</li> </ul>
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
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_retrieve_response.rb', line 99
|