Class: Revox::Models::CallRetrieveResponse::Call::LastCallAttempt::EmailLog

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/revox/models/call_retrieve_response.rb,
sig/revox/models/call_retrieve_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



2464
# File 'sig/revox/models/call_retrieve_response.rbs', line 2464

def initialize: (

Instance Attribute Details

#created_atObject

When the email was sent.

Parameters:

  • value (top)

Returns:

  • (Object)


3092
# File 'lib/revox/models/call_retrieve_response.rb', line 3092

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

#from_addressString

Parameters:

  • value (String)

Returns:

  • (String)


3097
# File 'lib/revox/models/call_retrieve_response.rb', line 3097

required :from_address, String

#idString

Parameters:

  • value (String)

Returns:

  • (String)


3086
# File 'lib/revox/models/call_retrieve_response.rb', line 3086

required :id, String

#resend_message_idString?

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


3102
# File 'lib/revox/models/call_retrieve_response.rb', line 3102

required :resend_message_id, String, nil?: true

#subjectString

Parameters:

  • value (String)

Returns:

  • (String)


3107
# File 'lib/revox/models/call_retrieve_response.rb', line 3107

required :subject, String

#to_emailsArray<String>

Parameters:

  • value (::Array[String])

Returns:

  • (Array<String>)


3112
# File 'lib/revox/models/call_retrieve_response.rb', line 3112

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

Instance Method Details

#to_hash{

Returns:

  • ({)


2473
# File 'sig/revox/models/call_retrieve_response.rbs', line 2473

def to_hash: -> {