ArchAstro. SDK. Types. Deployment
(archastro v0.3.1)
Copy Markdown
Deployment metadata.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Deployment{ environment: String.t() | nil | ArchAstro.SDK.Unset.t(), release: String.t() | nil | 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()