ArchAstro.Types.Sandbox (archastro v0.2.0)

Copy Markdown

An isolated developer sandbox environment used for testing integrations without affecting production data or sending real emails.

Summary

Types

t()

@type t() :: %ArchAstro.Types.Sandbox{
  created_at: DateTime.t() | ArchAstro.Unset.t(),
  expires_at: DateTime.t() | ArchAstro.Unset.t(),
  id: String.t(),
  keys: [ArchAstro.Types.SandboxKey.t()] | ArchAstro.Unset.t(),
  name: String.t(),
  org: String.t() | ArchAstro.Unset.t(),
  org_logo: ArchAstro.Types.ImageSource.t() | ArchAstro.Unset.t(),
  org_name: String.t() | ArchAstro.Unset.t(),
  purpose: String.t() | ArchAstro.Unset.t(),
  slug: String.t(),
  updated_at: DateTime.t() | ArchAstro.Unset.t()
}

Functions

from_map(data)

@spec from_map(ArchAstro.JSON.object()) :: t()

matches?(value)

@spec matches?(ArchAstro.JSON.t()) :: boolean()

to_map(value)

@spec to_map(t()) :: ArchAstro.JSON.object()