ArchAstro. Types. Operations. PostApiV1AgentsAgentAgentRoutines. Input. Nested. StepsItem
(archastro v0.2.0)
Copy Markdown
StepsItem API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.StepsItem{ config: String.t() | ArchAstro.Unset.t(), handler_type: String.t(), inputs: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(), name: String.t() | ArchAstro.Unset.t(), on_error: String.t() | ArchAstro.Unset.t(), output_key: String.t() | ArchAstro.Unset.t(), preset_config: ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.StepsItemPresetConfig.t() | ArchAstro.Unset.t(), preset_name: String.t() | ArchAstro.Unset.t(), script: String.t() | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()