Sha256: 58a7fe276a02f927340495cb96756684071d59b26a3125082df14ab2aa988c7d

Contents?: true

Size: 1.03 KB

Versions: 13

Compression:

Stored size: 1.03 KB

Contents

# OryClient::QuotaUsage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **additional_price** | **Integer** |  |  |
| **can_use_more** | **Boolean** |  |  |
| **feature** | **String** |  region_eu RegionEU region_us RegionUS region_apac RegionAPAC region_global RegionGlobal production_projects ProductionProjects daily_active_users DailyActiveUsers custom_domains CustomDomains sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList |  |
| **feature_available** | **Boolean** |  |  |
| **included** | **Integer** |  |  |
| **used** | **Integer** |  |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::QuotaUsage.new(
  additional_price: null,
  can_use_more: null,
  feature: null,
  feature_available: null,
  included: null,
  used: null
)
```

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ory-client-1.2.10 docs/QuotaUsage.md
ory-client-1.2.9 docs/QuotaUsage.md
ory-client-1.2.8 docs/QuotaUsage.md
ory-client-1.2.7 docs/QuotaUsage.md
ory-client-1.2.6 docs/QuotaUsage.md
ory-client-1.2.5 docs/QuotaUsage.md
ory-client-1.2.4 docs/QuotaUsage.md
ory-client-1.2.3 docs/QuotaUsage.md
ory-client-1.2.2 docs/QuotaUsage.md
ory-client-1.2.1 docs/QuotaUsage.md
ory-client-1.2.0 docs/QuotaUsage.md
ory-client-1.1.51 docs/QuotaUsage.md
ory-client-1.1.50 docs/QuotaUsage.md