Ory.Model.Project (ory_client v1.1.23)

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.Project{
  id: String.t(),
  name: String.t(),
  revision_id: String.t(),
  services: Ory.Model.ProjectServices.t(),
  slug: String.t(),
  state: String.t()
}