Class: Telnyx::Models::SimCards::ActionBulkDisableVoiceResponse

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/sim_cards/action_bulk_disable_voice_response.rb,
sig/telnyx/models/sim_cards/action_bulk_disable_voice_response.rbs

Overview

See Also:

  • Telnyx::Resources::SimCards::Actions#bulk_disable_voice

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

#initialize(data: nil) ⇒ ActionBulkDisableVoiceResponse

Some parameter documentations has been truncated, see Telnyx::Models::SimCards::ActionBulkDisableVoiceResponse for more details.

Parameters:

  • data (Telnyx::Models::SimCards::BulkSimCardAction) (defaults to: nil)

    This object represents a bulk SIM card action. It groups SIM card actions create

  • data: (Telnyx::SimCards::BulkSimCardAction) (defaults to: nil)


# File 'lib/telnyx/models/sim_cards/action_bulk_disable_voice_response.rb', line 15

Instance Attribute Details

#dataTelnyx::Models::SimCards::BulkSimCardAction?

This object represents a bulk SIM card action. It groups SIM card actions created through a bulk endpoint under a single resource for further lookup.



13
# File 'lib/telnyx/models/sim_cards/action_bulk_disable_voice_response.rb', line 13

optional :data, -> { Telnyx::SimCards::BulkSimCardAction }

Instance Method Details

#to_hash{ data: Telnyx::SimCards::BulkSimCardAction }

Returns:

  • ({ data: Telnyx::SimCards::BulkSimCardAction })


16
# File 'sig/telnyx/models/sim_cards/action_bulk_disable_voice_response.rbs', line 16

def to_hash: -> { data: Telnyx::SimCards::BulkSimCardAction }