ArchAstro. Types. Operations. PostApiV1Sandboxes. Input
(archastro v0.2.0)
Copy Markdown
Create a sandbox
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1Sandboxes.Input{ expires_at: DateTime.t() | ArchAstro.Unset.t(), name: String.t(), org: String.t() | ArchAstro.Unset.t(), purpose: String.t() | ArchAstro.Unset.t(), slug: String.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()