Class: Revox::Models::PhoneNumberUpdateResponse::PhoneNumber::InboundAssistant::CreatedBy
Overview
Instance Attribute 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 ⇒ Object
1351
|
# File 'sig/revox/models/phone_number_update_response.rbs', line 1351
def initialize: (
|
Instance Attribute Details
#email ⇒ String
1669
|
# File 'lib/revox/models/phone_number_update_response.rb', line 1669
required :email, String
|
#first_name ⇒ String?
1674
|
# File 'lib/revox/models/phone_number_update_response.rb', line 1674
required :first_name, String, nil?: true
|
#id ⇒ String
The database user id of the creator.
1664
|
# File 'lib/revox/models/phone_number_update_response.rb', line 1664
required :id, String
|
#last_name ⇒ String?
1679
|
# File 'lib/revox/models/phone_number_update_response.rb', line 1679
required :last_name, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
1358
|
# File 'sig/revox/models/phone_number_update_response.rbs', line 1358
def to_hash: -> {
|