Class: Revox::Models::CampaignLaunchResponse::Session::InFlightCall::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/campaign_launch_response.rb', line 3453
|
Instance Attribute Details
#created_at ⇒ Object
3424
|
# File 'lib/revox/models/campaign_launch_response.rb', line 3424
required :created_at, Revox::Internal::Type::Unknown
|
#id ⇒ String
3418
|
# File 'lib/revox/models/campaign_launch_response.rb', line 3418
required :id, String
|
#message_body ⇒ String
3429
|
# File 'lib/revox/models/campaign_launch_response.rb', line 3429
required :message_body, String
|
3434
3435
|
# File 'lib/revox/models/campaign_launch_response.rb', line 3434
required :provider,
enum: -> { Revox::Models::CampaignLaunchResponse::Session::InFlightCall::LastCallAttempt::SMSLog::Provider }
|
#provider_message_id ⇒ String?
3440
|
# File 'lib/revox/models/campaign_launch_response.rb', line 3440
required :provider_message_id, String, nil?: true
|
#to_phone_number ⇒ String
3445
|
# File 'lib/revox/models/campaign_launch_response.rb', line 3445
required :to_phone_number, String
|
3450
3451
|
# File 'lib/revox/models/campaign_launch_response.rb', line 3450
required :type,
enum: -> { Revox::Models::CampaignLaunchResponse::Session::InFlightCall::LastCallAttempt::SMSLog::Type }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/revox/models/campaign_launch_response.rb', line 3475
|
Instance Method Details
#to_hash ⇒ {
2777
|
# File 'sig/revox/models/campaign_launch_response.rbs', line 2777
def to_hash: -> {
|