ArchAstro. Types. Operations. PostApiV1Solutions. Input
(archastro v0.2.0)
Copy Markdown
Import a Solution into the library
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1Solutions.Input{ dry_run: boolean() | ArchAstro.Unset.t(), org: String.t() | ArchAstro.Unset.t(), solution: String.t() | ArchAstro.Unset.t(), solution_bundle: ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundle.t() | ArchAstro.Unset.t(), team: String.t() | ArchAstro.Unset.t(), user: String.t() | ArchAstro.Unset.t(), virtual_path_prefix: 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()