Class: Revox::Models::CallCreateResponse::Call::Assignee
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
161
|
# File 'sig/revox/models/call_create_response.rbs', line 161
def initialize: (
|
Instance Attribute Details
#email ⇒ String
246
|
# File 'lib/revox/models/call_create_response.rb', line 246
required :email, String
|
#first_name ⇒ String?
251
|
# File 'lib/revox/models/call_create_response.rb', line 251
required :first_name, String, nil?: true
|
#id ⇒ String
The database user id of the assignee.
241
|
# File 'lib/revox/models/call_create_response.rb', line 241
required :id, String
|
#last_name ⇒ String?
256
|
# File 'lib/revox/models/call_create_response.rb', line 256
required :last_name, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
168
|
# File 'sig/revox/models/call_create_response.rbs', line 168
def to_hash: -> {
|