ArchAstro. SDK. Types. Operations. PostApiV1Sandboxes. Input
(archastro v0.3.2)
Copy Markdown
Create a sandbox
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1Sandboxes.Input{ expires_at: DateTime.t() | ArchAstro.SDK.Unset.t(), name: String.t(), org: String.t() | ArchAstro.SDK.Unset.t(), purpose: String.t() | ArchAstro.SDK.Unset.t(), slug: String.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()