Class: Revox::Models::CampaignGetRowsResponse::Row::Call::LastCallAttempt::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 2893
|
Instance Attribute Details
#created_at ⇒ Object
2870
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2870
required :created_at, Revox::Internal::Type::Unknown
|
#id ⇒ String
2864
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2864
required :id, String
|
#message_body ⇒ String
2875
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2875
required :message_body, String
|
#to_phone_number ⇒ String
2880
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2880
required :to_phone_number, String
|
#twilio_message_sid ⇒ String?
2885
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2885
required :twilio_message_sid, String, nil?: true
|
2890
2891
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 2890
required :type,
enum: -> { Revox::Models::CampaignGetRowsResponse::Row::Call::LastCallAttempt::SMSLog::Type }
|
Instance Method Details
#to_hash ⇒ {
2393
|
# File 'sig/revox/models/campaign_get_rows_response.rbs', line 2393
def to_hash: -> {
|