ArchAstro. Types. Operations. PostApiV1AgentsAgentAgentRoutines. Input
(archastro v0.2.0)
Copy Markdown
Create a routine
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input{ acl: ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.Acl.t() | ArchAstro.Unset.t(), config: String.t() | ArchAstro.Unset.t(), description: String.t() | ArchAstro.Unset.t(), event_config: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(), event_type: String.t() | ArchAstro.Unset.t(), handler_type: String.t(), lookup_key: String.t() | ArchAstro.Unset.t(), message_policy: ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.MessagePolicy.t() | ArchAstro.Unset.t(), metadata: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(), name: String.t(), preset_config: ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.PresetConfig.t() | ArchAstro.Unset.t(), preset_name: String.t() | ArchAstro.Unset.t(), schedule: String.t() | ArchAstro.Unset.t(), script: String.t() | ArchAstro.Unset.t(), status: String.t() | ArchAstro.Unset.t(), steps: [ ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.StepsItem.t() ] | ArchAstro.Unset.t(), trigger_context: String.t() | ArchAstro.Unset.t(), user: 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()