Ory.Model.NormalizedProject (ory_client v1.1.17)
Link to this section Summary
Link to this section Types
@type t() :: %Ory.Model.NormalizedProject{ created_at: DateTime.t(), current_revision: Ory.Model.NormalizedProjectRevision.t(), hosts: [String.t()], id: String.t(), slug: String.t(), state: String.t(), subscription_id: String.t() | nil, updated_at: DateTime.t() }