Class: Revox::Models::CampaignGetRowsResponse::Row::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/campaign_get_rows_response.rb', line 2261
|
Instance Attribute Details
#created_at ⇒ Object
2239
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2239
required :created_at, Revox::Internal::Type::Unknown
|
#id ⇒ String
2233
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2233
required :id, String
|
#message_body ⇒ String
2244
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2244
required :message_body, String
|
#to_phone_number ⇒ String
2249
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2249
required :to_phone_number, String
|
#twilio_message_sid ⇒ String?
2254
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2254
required :twilio_message_sid, String, nil?: true
|
2259
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2259
required :type, enum: -> { Revox::Models::CampaignGetRowsResponse::Row::Call::CallAttempt::SMSLog::Type }
|
Instance Method Details
#to_hash ⇒ {
1843
|
# File 'sig/revox/models/campaign_get_rows_response.rbs', line 1843
def to_hash: -> {
|