Class: Revox::Models::AssistantCreateResponse::Assistant::TransferDestination
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Revox::Models::AssistantCreateResponse::Assistant::TransferDestination
- Defined in:
- lib/revox/models/assistant_create_response.rb,
sig/revox/models/assistant_create_response.rbs
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ TransferDestination
constructor
A new instance of TransferDestination.
- #to_hash ⇒ { label: String, phone_number: String }
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 ⇒ TransferDestination
Returns a new instance of TransferDestination.
1067 |
# File 'sig/revox/models/assistant_create_response.rbs', line 1067
def initialize: (label: String, phone_number: String) -> void
|
Instance Attribute Details
#label ⇒ String
1332 |
# File 'lib/revox/models/assistant_create_response.rb', line 1332 required :label, String |
#phone_number ⇒ 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 }
1069 |
# File 'sig/revox/models/assistant_create_response.rbs', line 1069
def to_hash: -> { label: String, phone_number: String }
|