ArchAstro. SDK. Types. Sandbox
(archastro v0.3.2)
Copy Markdown
An isolated developer sandbox environment used for testing integrations without affecting production data or sending real emails.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Sandbox{ created_at: DateTime.t() | ArchAstro.SDK.Unset.t(), expires_at: DateTime.t() | nil | ArchAstro.SDK.Unset.t(), id: String.t(), keys: [ArchAstro.SDK.Types.SandboxKey.t()] | ArchAstro.SDK.Unset.t(), name: String.t(), org: String.t() | nil | ArchAstro.SDK.Unset.t(), org_logo: ArchAstro.SDK.Types.ImageSource.t() | ArchAstro.SDK.Unset.t(), org_name: String.t() | nil | ArchAstro.SDK.Unset.t(), purpose: String.t() | nil | ArchAstro.SDK.Unset.t(), slug: String.t(), updated_at: DateTime.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()