ArchAstro. Types. Operations. PostApiV1SolutionsSolutionInstall. Input
(archastro v0.2.0)
Copy Markdown
Install a Solution
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input{ acl: ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.Acl.t() | ArchAstro.Unset.t(), allow_auto_import: boolean() | ArchAstro.Unset.t(), details: ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.Details.t() | ArchAstro.Unset.t(), install_inputs: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(), lookup_key: String.t() | ArchAstro.Unset.t(), lookup_key_suffix: String.t() | ArchAstro.Unset.t(), name: String.t() | ArchAstro.Unset.t(), org: String.t() | ArchAstro.Unset.t(), target: String.t() | ArchAstro.Unset.t(), team: String.t() | ArchAstro.Unset.t(), template: 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()