Sha256: 104672472b7b771cb455a22b5a56bda0a121fd0bb3b6e39767c3f12151ce511b
Contents?: true
Size: 447 Bytes
Versions: 162
Compression:
Stored size: 447 Bytes
Contents
# OryClient::QuotaProjectMemberSeats ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **project_id** | **String** | | [optional] | | **remaining_seats** | **Integer** | | [optional] | | **total_seats** | **Integer** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::QuotaProjectMemberSeats.new( project_id: null, remaining_seats: null, total_seats: null ) ```
Version data entries
162 entries across 162 versions & 1 rubygems