Sha256: 76d7091b6709d25daeac8579bad4ded77327d2ddc1d3344f5d8fb3928dbae140

Contents?: true

Size: 436 Bytes

Versions: 23

Compression:

Stored size: 436 Bytes

Contents

# OryClient::CustomDomainQuota

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **available_domains** | **Integer** |  | [optional] |
| **can_use** | **Boolean** |  | [optional] |
| **used_domains** | **Integer** |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::CustomDomainQuota.new(
  available_domains: null,
  can_use: null,
  used_domains: null
)
```

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ory-client-1.1.21 docs/CustomDomainQuota.md
ory-client-1.1.20 docs/CustomDomainQuota.md
ory-client-1.1.19 docs/CustomDomainQuota.md
ory-client-1.1.18 docs/CustomDomainQuota.md
ory-client-1.1.17 docs/CustomDomainQuota.md
ory-client-1.1.16 docs/CustomDomainQuota.md
ory-client-1.1.15 docs/CustomDomainQuota.md
ory-client-1.1.14 docs/CustomDomainQuota.md
ory-client-1.1.13 docs/CustomDomainQuota.md
ory-client-1.1.12 docs/CustomDomainQuota.md
ory-client-1.1.11 docs/CustomDomainQuota.md
ory-client-1.1.10 docs/CustomDomainQuota.md
ory-client-1.1.7 docs/CustomDomainQuota.md
ory-client-1.1.5 docs/CustomDomainQuota.md
ory-client-1.1.4 docs/CustomDomainQuota.md
ory-client-1.1.3 docs/CustomDomainQuota.md
ory-client-1.1.2 docs/CustomDomainQuota.md
ory-client-1.1.1 docs/CustomDomainQuota.md
ory-client-1.1.0 docs/CustomDomainQuota.md
ory-client-1.0.2 docs/CustomDomainQuota.md