Sha256: b3f37545022673c72476a9e7bf04a9e531564917089994b3ecbd143e38164617

Contents?: true

Size: 1.63 KB

Versions: 7

Compression:

Stored size: 1.63 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 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

7 entries across 7 versions & 1 rubygems

Version Path
ory-client-1.13.10 docs/QuotaUsage.md
ory-client-1.13.6 docs/QuotaUsage.md
ory-client-1.13.4 docs/QuotaUsage.md
ory-client-1.13.3 docs/QuotaUsage.md
ory-client-1.13.2 docs/QuotaUsage.md
ory-client-1.13.1 docs/QuotaUsage.md
ory-client-1.13.0 docs/QuotaUsage.md