Ory.Model.ProjectMetadata (ory_client v1.1.23)

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.ProjectMetadata{
  created_at: DateTime.t(),
  hosts: [String.t()],
  id: String.t(),
  name: String.t(),
  slug: String.t() | nil,
  state: String.t(),
  subscription_id: String.t() | nil,
  updated_at: DateTime.t()
}