Class: Revox::Models::CallRetrieveResponse::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
1716
|
# File 'sig/revox/models/call_retrieve_response.rbs', line 1716
def initialize: (
|
Instance Attribute Details
#created_at ⇒ Object
2196
|
# File 'lib/revox/models/call_retrieve_response.rb', line 2196
required :created_at, Revox::Internal::Type::Unknown
|
#from_address ⇒ String
2201
|
# File 'lib/revox/models/call_retrieve_response.rb', line 2201
required :from_address, String
|
#id ⇒ String
2190
|
# File 'lib/revox/models/call_retrieve_response.rb', line 2190
required :id, String
|
#resend_message_id ⇒ String?
2206
|
# File 'lib/revox/models/call_retrieve_response.rb', line 2206
required :resend_message_id, String, nil?: true
|
#subject ⇒ String
2211
|
# File 'lib/revox/models/call_retrieve_response.rb', line 2211
required :subject, String
|
#to_emails ⇒ Array<String>
2216
|
# File 'lib/revox/models/call_retrieve_response.rb', line 2216
required :to_emails, Revox::Internal::Type::ArrayOf[String]
|
Instance Method Details
#to_hash ⇒ {
1725
|
# File 'sig/revox/models/call_retrieve_response.rbs', line 1725
def to_hash: -> {
|