Class: Telnyx::Models::Calls::ActionTransferParams::WebhookRetriesPolicy
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Calls::ActionTransferParams::WebhookRetriesPolicy
- Defined in:
- lib/telnyx/models/calls/action_transfer_params.rb,
sig/telnyx/models/calls/action_transfer_params.rbs
Instance Attribute Summary collapse
-
#retries_ms ⇒ Array<Integer>?
Array of delays in milliseconds between retry attempts.
Instance Method Summary collapse
-
#initialize ⇒ WebhookRetriesPolicy
constructor
A new instance of WebhookRetriesPolicy.
- #to_hash ⇒ { retries_ms: ::Array[Integer] }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ WebhookRetriesPolicy
Returns a new instance of WebhookRetriesPolicy.
559 |
# File 'sig/telnyx/models/calls/action_transfer_params.rbs', line 559
def initialize: (?retries_ms: ::Array[Integer]) -> void
|
Instance Attribute Details
#retries_ms ⇒ Array<Integer>?
Array of delays in milliseconds between retry attempts. Total sum cannot exceed 60000ms.
663 |
# File 'lib/telnyx/models/calls/action_transfer_params.rb', line 663 optional :retries_ms, Telnyx::Internal::Type::ArrayOf[Integer] |
Instance Method Details
#to_hash ⇒ { retries_ms: ::Array[Integer] }
561 |
# File 'sig/telnyx/models/calls/action_transfer_params.rbs', line 561
def to_hash: -> { retries_ms: ::Array[Integer] }
|