Class: Revox::Models::CampaignGetRowsResponse::Row::Call::Assistant::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
1466
|
# File 'sig/revox/models/campaign_get_rows_response.rbs', line 1466
def initialize: (
|
Instance Attribute Details
#email ⇒ String
1837
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 1837
required :email, String
|
#first_name ⇒ String?
1842
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 1842
required :first_name, String, nil?: true
|
#id ⇒ String
The database user id of the creator.
1832
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 1832
required :id, String
|
#last_name ⇒ String?
1847
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 1847
required :last_name, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
1473
|
# File 'sig/revox/models/campaign_get_rows_response.rbs', line 1473
def to_hash: -> {
|