Spatio.Model.AccountTierDetails (spatio_sdk v0.0.2)

Per-tier capability + quota envelope. Numeric quotas use 0/-1 idioms; treat large negatives as "unlimited."

Summary

Types

t()

@type t() :: %Spatio.Model.AccountTierDetails{
  daily_api_calls: integer() | nil,
  has_advanced_automations: boolean() | nil,
  has_automations: boolean() | nil,
  has_full_api_access: boolean() | nil,
  max_connected_accounts: integer() | nil,
  max_email_sends_per_day: integer() | nil,
  max_files: integer() | nil,
  max_notes: integer() | nil,
  max_sheets: integer() | nil,
  max_slides: integer() | nil,
  max_tasks: integer() | nil,
  max_team_members: integer() | nil,
  max_workspaces: integer() | nil,
  storage_gb: integer() | nil,
  tier: String.t()
}

Functions

decode(value)