Ory.Model.CustomDomainQuota (ory_client v1.1.17)

Custom Domain Quota

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.CustomDomainQuota{
  available_domains: integer() | nil,
  can_use: boolean() | nil,
  used_domains: integer() | nil
}