Sha256: 7d152d013cba5bb61b098c3e529add618c3fbdf74b2590b915a3c5eb8ae084eb

Contents?: true

Size: 423 Bytes

Versions: 23

Compression:

Stored size: 423 Bytes

Contents

# OryClient::InviteQuota

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **project_id** | **String** |  | [optional] |
| **remaining_seats** | **Integer** |  | [optional] |
| **total_seats** | **Integer** |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::InviteQuota.new(
  project_id: null,
  remaining_seats: null,
  total_seats: null
)
```

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ory-client-1.0.1 docs/InviteQuota.md
ory-client-1.0.0 docs/InviteQuota.md
ory-client-1.0.0.alpha0 docs/InviteQuota.md