Class: Courier::Models::AutomationRunStepsResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Courier::Models::AutomationRunStepsResponse
- Defined in:
- lib/courier/models/automation_run_steps_response.rb,
sig/courier/models/automation_run_steps_response.rbs
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(steps:) ⇒ AutomationRunStepsResponse
constructor
Every step of an Automation run.
- #to_hash ⇒ { steps: ::Array[Courier::AutomationRunStep] }
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(steps:) ⇒ AutomationRunStepsResponse
Every step of an Automation run. Not paginated.
|
|
# File 'lib/courier/models/automation_run_steps_response.rb', line 11
|
Instance Attribute Details
#steps ⇒ Array<Courier::Models::AutomationRunStep>
9 |
# File 'lib/courier/models/automation_run_steps_response.rb', line 9 required :steps, -> { Courier::Internal::Type::ArrayOf[Courier::AutomationRunStep] } |
Instance Method Details
#to_hash ⇒ { steps: ::Array[Courier::AutomationRunStep] }
11 |
# File 'sig/courier/models/automation_run_steps_response.rbs', line 11
def to_hash: -> { steps: ::Array[Courier::AutomationRunStep] }
|