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