ArchAstro. SDK. Types. Operations. PostApiV1SolutionsSolutionInstall. Input
(archastro v0.3.4)
Copy Markdown
Install a Solution
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1SolutionsSolutionInstall.Input{ acl: ArchAstro.SDK.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.Acl.t() | ArchAstro.SDK.Unset.t(), allow_auto_import: boolean() | ArchAstro.SDK.Unset.t(), details: ArchAstro.SDK.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.Details.t() | ArchAstro.SDK.Unset.t(), install_inputs: %{optional(String.t()) => ArchAstro.SDK.JSON.t()} | ArchAstro.SDK.Unset.t(), lookup_key: String.t() | ArchAstro.SDK.Unset.t(), lookup_key_suffix: String.t() | ArchAstro.SDK.Unset.t(), name: String.t() | ArchAstro.SDK.Unset.t(), org: String.t() | ArchAstro.SDK.Unset.t(), target: String.t() | ArchAstro.SDK.Unset.t(), team: String.t() | ArchAstro.SDK.Unset.t(), template: String.t() | ArchAstro.SDK.Unset.t(), user: String.t() | ArchAstro.SDK.Unset.t() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()