Sha256: e95aae990e919f261f12913601346f5f126c271731482a7a3f40184c30705cd4
Contents?: true
Size: 1.18 KB
Versions: 13
Compression:
Stored size: 1.18 KB
Contents
# OryClient::QuotaUsage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **additional_price** | **Integer** | The additional price per unit in cents. | | | **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 project_metrics_time_window ProjectMetricsTimeWindow organizations Organizations rop_grant ResourceOwnerPasswordGrant 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