Class: Revox::Models::AssistantCreateResponse::Assistant::TransferDestination

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/revox/models/assistant_create_response.rb,
sig/revox/models/assistant_create_response.rbs

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

#initializeTransferDestination

Returns a new instance of TransferDestination.

Parameters:

  • label: (String)
  • phone_number: (String)


1067
# File 'sig/revox/models/assistant_create_response.rbs', line 1067

def initialize: (label: String, phone_number: String) -> void

Instance Attribute Details

#labelString

Parameters:

  • value (String)

Returns:

  • (String)


1332
# File 'lib/revox/models/assistant_create_response.rb', line 1332

required :label, String

#phone_numberString

Parameters:

  • value (String)

Returns:

  • (String)


1337
# File 'lib/revox/models/assistant_create_response.rb', line 1337

required :phone_number, String

Instance Method Details

#to_hash{ label: String, phone_number: String }

Returns:

  • ({ label: String, phone_number: String })


1069
# File 'sig/revox/models/assistant_create_response.rbs', line 1069

def to_hash: -> { label: String, phone_number: String }