Class: Revox::Models::CampaignGetRowsResponse::Row::Call::Contact
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
2062
|
# File 'sig/revox/models/campaign_get_rows_response.rbs', line 2062
def initialize: (
|
Instance Attribute Details
#company ⇒ String?
2498
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2498
required :company, String, nil?: true
|
#email ⇒ String?
2503
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2503
required :email, String, nil?: true
|
#first_name ⇒ String?
2508
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2508
required :first_name, String, nil?: true
|
#last_name ⇒ String?
2513
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2513
required :last_name, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
2069
|
# File 'sig/revox/models/campaign_get_rows_response.rbs', line 2069
def to_hash: -> {
|