Ory.Model.ListWorkspaces (ory_client v1.19.0)

Summary

Types

t()

@type t() :: %Ory.Model.ListWorkspaces{
  has_next_page: boolean(),
  next_page_token: String.t(),
  workspaces: [Ory.Model.Workspace.t()]
}

Functions

decode(value)