Class: Revox::Models::CallRetrieveResponse::Call::LastCallAttempt::SMSLog
Defined Under Namespace
Modules: Provider, Type
Instance Attribute Summary collapse
Class Method 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(id:, created_at:, message_body:, provider:, provider_message_id:, to_phone_number:, type:) ⇒ Object
|
# File 'lib/revox/models/call_retrieve_response.rb', line 3279
|
Instance Attribute Details
#created_at ⇒ Object
3251
|
# File 'lib/revox/models/call_retrieve_response.rb', line 3251
required :created_at, Revox::Internal::Type::Unknown
|
#id ⇒ String
3245
|
# File 'lib/revox/models/call_retrieve_response.rb', line 3245
required :id, String
|
#message_body ⇒ String
3256
|
# File 'lib/revox/models/call_retrieve_response.rb', line 3256
required :message_body, String
|
3261
3262
|
# File 'lib/revox/models/call_retrieve_response.rb', line 3261
required :provider,
enum: -> { Revox::Models::CallRetrieveResponse::Call::LastCallAttempt::SMSLog::Provider }
|
#provider_message_id ⇒ String?
3267
|
# File 'lib/revox/models/call_retrieve_response.rb', line 3267
required :provider_message_id, String, nil?: true
|
#to_phone_number ⇒ String
3272
|
# File 'lib/revox/models/call_retrieve_response.rb', line 3272
required :to_phone_number, String
|
3277
|
# File 'lib/revox/models/call_retrieve_response.rb', line 3277
required :type, enum: -> { Revox::Models::CallRetrieveResponse::Call::LastCallAttempt::SMSLog::Type }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/revox/models/call_retrieve_response.rb', line 3301
|
Instance Method Details
#to_hash ⇒ {
2647
|
# File 'sig/revox/models/call_retrieve_response.rbs', line 2647
def to_hash: -> {
|