Class: Revox::Models::CallSearchResponse::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_search_response.rb', line 3274
|
Instance Attribute Details
#created_at ⇒ Object
3246
|
# File 'lib/revox/models/call_search_response.rb', line 3246
required :created_at, Revox::Internal::Type::Unknown
|
#id ⇒ String
3240
|
# File 'lib/revox/models/call_search_response.rb', line 3240
required :id, String
|
#message_body ⇒ String
3251
|
# File 'lib/revox/models/call_search_response.rb', line 3251
required :message_body, String
|
3256
3257
|
# File 'lib/revox/models/call_search_response.rb', line 3256
required :provider,
enum: -> { Revox::Models::CallSearchResponse::Call::LastCallAttempt::SMSLog::Provider }
|
#provider_message_id ⇒ String?
3262
|
# File 'lib/revox/models/call_search_response.rb', line 3262
required :provider_message_id, String, nil?: true
|
#to_phone_number ⇒ String
3267
|
# File 'lib/revox/models/call_search_response.rb', line 3267
required :to_phone_number, String
|
3272
|
# File 'lib/revox/models/call_search_response.rb', line 3272
required :type, enum: -> { Revox::Models::CallSearchResponse::Call::LastCallAttempt::SMSLog::Type }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/revox/models/call_search_response.rb', line 3296
|
Instance Method Details
#to_hash ⇒ {
2658
|
# File 'sig/revox/models/call_search_response.rbs', line 2658
def to_hash: -> {
|