Class: Revox::Models::PhoneNumberUpdateResponse::PhoneNumber
Overview
Defined Under Namespace
Modules: Provider, Source, Type
Classes: CreatedBy, InboundAssistant
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id:, email:, first_name:, last_name:) ⇒ Object
A member of the current organization.
|
# File 'lib/revox/models/phone_number_update_response.rb', line 75
|
Instance Attribute Details
#created_at ⇒ Object
25
|
# File 'lib/revox/models/phone_number_update_response.rb', line 25
required :created_at, Revox::Internal::Type::Unknown
|
A member of the current organization.
31
|
# File 'lib/revox/models/phone_number_update_response.rb', line 31
required :created_by, -> { Revox::Models::PhoneNumberUpdateResponse::PhoneNumber::CreatedBy }, nil?: true
|
#id ⇒ String
20
|
# File 'lib/revox/models/phone_number_update_response.rb', line 20
required :id, String
|
36
37
38
|
# File 'lib/revox/models/phone_number_update_response.rb', line 36
required :inbound_assistant,
-> { Revox::Models::PhoneNumberUpdateResponse::PhoneNumber::InboundAssistant },
nil?: true
|
#inbound_sip_uri ⇒ String?
43
|
# File 'lib/revox/models/phone_number_update_response.rb', line 43
required :inbound_sip_uri, String, nil?: true
|
#label ⇒ String?
48
|
# File 'lib/revox/models/phone_number_update_response.rb', line 48
required :label, String, nil?: true
|
#livekit_outbound_trunk_id ⇒ String?
53
|
# File 'lib/revox/models/phone_number_update_response.rb', line 53
required :livekit_outbound_trunk_id, String, nil?: true
|
#phone_number ⇒ String
58
|
# File 'lib/revox/models/phone_number_update_response.rb', line 58
required :phone_number, String
|
63
|
# File 'lib/revox/models/phone_number_update_response.rb', line 63
required :provider, enum: -> { Revox::Models::PhoneNumberUpdateResponse::PhoneNumber::Provider }
|
68
|
# File 'lib/revox/models/phone_number_update_response.rb', line 68
required :source, enum: -> { Revox::Models::PhoneNumberUpdateResponse::PhoneNumber::Source }
|
73
|
# File 'lib/revox/models/phone_number_update_response.rb', line 73
required :type, enum: -> { Revox::Models::PhoneNumberUpdateResponse::PhoneNumber::Type }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/revox/models/phone_number_update_response.rb', line 1734
|
Instance Method Details
#to_hash ⇒ {
69
|
# File 'sig/revox/models/phone_number_update_response.rbs', line 69
def to_hash: -> {
|