Sha256: 79afd2affc86b0c8df4bfb5afe8a69ef006fc8dbb52590231a9e522cecac3a99

Contents?: true

Size: 1.67 KB

Versions: 6

Compression:

Stored size: 1.67 KB

Contents

# OryClient::QuotaUsage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **additional_price** | **String** | The additional price per unit in cents. |  |
| **can_use_more** | **Boolean** |  |  |
| **feature** | **String** |  production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional  Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect |  |
| **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

6 entries across 6 versions & 1 rubygems

Version Path
ory-client-1.14.5 docs/QuotaUsage.md
ory-client-1.14.4 docs/QuotaUsage.md
ory-client-1.14.3 docs/QuotaUsage.md
ory-client-1.14.2 docs/QuotaUsage.md
ory-client-1.14.1 docs/QuotaUsage.md
ory-client-1.14.0 docs/QuotaUsage.md