Class: Trycourier::Models::SendMessageParams::Message::Timeout
Overview
Defined Under Namespace
Modules: Criteria
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(channel: nil, criteria: nil, escalation: nil, message: nil, provider: nil) ⇒ Object
|
# File 'lib/trycourier/models/send_message_params.rb', line 467
|
Instance Attribute Details
#channel ⇒ Hash{Symbol=>Integer}?
441
|
# File 'lib/trycourier/models/send_message_params.rb', line 441
optional :channel, Trycourier::Internal::Type::HashOf[Integer], nil?: true
|
#criteria ⇒ Symbol, ...
446
447
448
449
450
|
# File 'lib/trycourier/models/send_message_params.rb', line 446
optional :criteria,
enum: -> {
Trycourier::SendMessageParams::Message::Timeout::Criteria
},
nil?: true
|
#escalation ⇒ Integer?
455
|
# File 'lib/trycourier/models/send_message_params.rb', line 455
optional :escalation, Integer, nil?: true
|
#message ⇒ Integer?
460
|
# File 'lib/trycourier/models/send_message_params.rb', line 460
optional :message, Integer, nil?: true
|
#provider ⇒ Hash{Symbol=>Integer}?
465
|
# File 'lib/trycourier/models/send_message_params.rb', line 465
optional :provider, Trycourier::Internal::Type::HashOf[Integer], nil?: true
|