Class: Revox::Models::CallCreateResponse::Call::LastCallAttempt::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
2464
|
# File 'sig/revox/models/call_create_response.rbs', line 2464
def initialize: (
|
Instance Attribute Details
#created_at ⇒ Object
3087
|
# File 'lib/revox/models/call_create_response.rb', line 3087
required :created_at, Revox::Internal::Type::Unknown
|
#from_address ⇒ String
3092
|
# File 'lib/revox/models/call_create_response.rb', line 3092
required :from_address, String
|
#id ⇒ String
3081
|
# File 'lib/revox/models/call_create_response.rb', line 3081
required :id, String
|
#resend_message_id ⇒ String?
3097
|
# File 'lib/revox/models/call_create_response.rb', line 3097
required :resend_message_id, String, nil?: true
|
#subject ⇒ String
3102
|
# File 'lib/revox/models/call_create_response.rb', line 3102
required :subject, String
|
#to_emails ⇒ Array<String>
3107
|
# File 'lib/revox/models/call_create_response.rb', line 3107
required :to_emails, Revox::Internal::Type::ArrayOf[String]
|
Instance Method Details
#to_hash ⇒ {
2473
|
# File 'sig/revox/models/call_create_response.rbs', line 2473
def to_hash: -> {
|