Class: Revox::Models::CampaignLaunchResponse::Session::InFlightCall::CallAttempt::EmailLog

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/revox/models/campaign_launch_response.rb,
sig/revox/models/campaign_launch_response.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initializeObject



1846
# File 'sig/revox/models/campaign_launch_response.rbs', line 1846

def initialize: (

Instance Attribute Details

#created_atObject

When the email was sent.

Parameters:

  • value (top)

Returns:

  • (Object)


2363
# File 'lib/revox/models/campaign_launch_response.rb', line 2363

required :created_at, Revox::Internal::Type::Unknown

#from_addressString

Parameters:

  • value (String)

Returns:

  • (String)


2368
# File 'lib/revox/models/campaign_launch_response.rb', line 2368

required :from_address, String

#idString

Parameters:

  • value (String)

Returns:

  • (String)


2357
# File 'lib/revox/models/campaign_launch_response.rb', line 2357

required :id, String

#resend_message_idString?

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


2373
# File 'lib/revox/models/campaign_launch_response.rb', line 2373

required :resend_message_id, String, nil?: true

#subjectString

Parameters:

  • value (String)

Returns:

  • (String)


2378
# File 'lib/revox/models/campaign_launch_response.rb', line 2378

required :subject, String

#to_emailsArray<String>

Parameters:

  • value (::Array[String])

Returns:

  • (Array<String>)


2383
# File 'lib/revox/models/campaign_launch_response.rb', line 2383

required :to_emails, Revox::Internal::Type::ArrayOf[String]

Instance Method Details

#to_hash{

Returns:

  • ({)


1855
# File 'sig/revox/models/campaign_launch_response.rbs', line 1855

def to_hash: -> {