Ory.Model.InviteQuota (ory_client v1.1.17)

Project invite quota

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.InviteQuota{
  project_id: String.t() | nil,
  remaining_seats: integer() | nil,
  total_seats: integer() | nil
}