Class: Revox::Models::CallCreateResponse::Call::CallAttempt::SMSLog
Defined Under Namespace
Modules: Type
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(id:, created_at:, message_body:, to_phone_number:, twilio_message_sid:, type:) ⇒ Object
|
# File 'lib/revox/models/call_create_response.rb', line 2197
|
Instance Attribute Details
#created_at ⇒ Object
2175
|
# File 'lib/revox/models/call_create_response.rb', line 2175
required :created_at, Revox::Internal::Type::Unknown
|
#id ⇒ String
2169
|
# File 'lib/revox/models/call_create_response.rb', line 2169
required :id, String
|
#message_body ⇒ String
2180
|
# File 'lib/revox/models/call_create_response.rb', line 2180
required :message_body, String
|
#to_phone_number ⇒ String
2185
|
# File 'lib/revox/models/call_create_response.rb', line 2185
required :to_phone_number, String
|
#twilio_message_sid ⇒ String?
2190
|
# File 'lib/revox/models/call_create_response.rb', line 2190
required :twilio_message_sid, String, nil?: true
|
2195
|
# File 'lib/revox/models/call_create_response.rb', line 2195
required :type, enum: -> { Revox::Models::CallCreateResponse::Call::CallAttempt::SMSLog::Type }
|
Instance Method Details
#to_hash ⇒ {
1794
|
# File 'sig/revox/models/call_create_response.rbs', line 1794
def to_hash: -> {
|