FoPost.Workspace (FoPost v0.1.0)

Copy Markdown View Source

One workspace — the tenant boundary every other resource is scoped to.

Summary

Types

t()

@type t() :: %FoPost.Workspace{
  accounts: term(),
  ai_alt_text_enabled: term(),
  brand_color: term(),
  country: term(),
  created_at: term(),
  description: term(),
  id: term(),
  language: term(),
  logo: term(),
  name: term(),
  raw: term(),
  require_approval: term(),
  role: term(),
  slug: term(),
  timezone: term(),
  type: term(),
  updated_at: term(),
  website: term()
}