ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.StepsItem (archastro v0.2.0)

Copy Markdown

StepsItem API model.

Summary

Types

t()

@type t() ::
  %ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.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.PatchApiV1AgentRoutinesRoutine.Input.Nested.StepsItemPresetConfig.t()
      | ArchAstro.Unset.t(),
    preset_name: String.t() | ArchAstro.Unset.t(),
    script: String.t() | ArchAstro.Unset.t()
  }

Functions

from_map(data)

@spec from_map(ArchAstro.JSON.object()) :: t()

matches?(value)

@spec matches?(ArchAstro.JSON.t()) :: boolean()

to_map(value)

@spec to_map(t()) :: ArchAstro.JSON.object()