Class: Revox::Models::CampaignGetRowsResponse::Row::Call::CallAttempt::EmailLog
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
1765
|
# File 'sig/revox/models/campaign_get_rows_response.rbs', line 1765
def initialize: (
|
Instance Attribute Details
#created_at ⇒ Object
2256
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2256
required :created_at, Revox::Internal::Type::Unknown
|
#from_address ⇒ String
2261
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2261
required :from_address, String
|
#id ⇒ String
2250
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2250
required :id, String
|
#resend_message_id ⇒ String?
2266
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2266
required :resend_message_id, String, nil?: true
|
#subject ⇒ String
2271
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2271
required :subject, String
|
#to_emails ⇒ Array<String>
2276
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2276
required :to_emails, Revox::Internal::Type::ArrayOf[String]
|
Instance Method Details
#to_hash ⇒ {
1774
|
# File 'sig/revox/models/campaign_get_rows_response.rbs', line 1774
def to_hash: -> {
|