Spatio.Model.OrganizationDetailLegacy (spatio_sdk v0.0.2)
Single-organization GET response. PascalCase keys — inconsistent with the rest of the API (anonymous-struct json-marshal in handler with no field tags). Documented as-is; a future cleanup pass will move this to camelCase via a versioned migration.
Summary
Types
@type t() :: %Spatio.Model.OrganizationDetailLegacy{ CreatedAt: DateTime.t(), DeploymentType: String.t(), Description: String.t() | nil, ID: String.t(), LogoURL: String.t() | nil, Name: String.t(), Settings: String.t() | nil, Slug: String.t(), SubscriptionStatus: String.t(), SubscriptionTier: String.t(), UpdatedAt: DateTime.t() }