Sha256: cb4b5168f85bc6e10fa4fa18b1cd61681bdcfb5d58ff0f9390c604a6aac28775

Contents?: true

Size: 991 Bytes

Versions: 15

Compression:

Stored size: 991 Bytes

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 |  |
| **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

15 entries across 15 versions & 1 rubygems

Version Path
ory-client-1.1.49 docs/QuotaUsage.md
ory-client-1.1.48 docs/QuotaUsage.md
ory-client-1.1.47 docs/QuotaUsage.md
ory-client-1.1.46 docs/QuotaUsage.md
ory-client-1.1.45 docs/QuotaUsage.md
ory-client-1.1.44 docs/QuotaUsage.md
ory-client-1.1.41 docs/QuotaUsage.md
ory-client-1.1.40 docs/QuotaUsage.md
ory-client-1.1.39.alpha0 docs/QuotaUsage.md
ory-client-1.1.39 docs/QuotaUsage.md
ory-client-1.1.38 docs/QuotaUsage.md
ory-client-1.1.37 docs/QuotaUsage.md
ory-client-1.1.36 docs/QuotaUsage.md
ory-client-1.1.35 docs/QuotaUsage.md
ory-client-1.1.34 docs/QuotaUsage.md