ArchAstro. Types. Operations. PostApiV1SolutionsSolutionUpgrade. Input. Nested. SolutionBundleSetupActionsItem
(archastro v0.2.0)
Copy Markdown
SolutionBundleSetupActionsItem API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleSetupActionsItem{ depends_on: [String.t()] | ArchAstro.Unset.t(), description: String.t() | ArchAstro.Unset.t(), kind: String.t(), params: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(), required: boolean() | ArchAstro.Unset.t(), sort_order: integer() | ArchAstro.Unset.t(), title: String.t(), verify_config: %{optional(String.t()) => ArchAstro.JSON.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()