GoogleApi.AnalyticsData.V1alpha.Model.PropertyQuota (google_api_analytics_data v0.2.0) View Source
Current state of all quotas for this Analytics Property. If any quota for a property is exhausted, all requests to that property will return Resource Exhausted errors.
Attributes
-
concurrentRequests
(type:GoogleApi.AnalyticsData.V1alpha.Model.QuotaStatus.t
, default:nil
) - Analytics Properties can send up to 10 concurrent requests. -
serverErrorsPerProjectPerHour
(type:GoogleApi.AnalyticsData.V1alpha.Model.QuotaStatus.t
, default:nil
) - Analytics Properties and cloud project pairs can have up to 10 server errors per hour. -
tokensPerDay
(type:GoogleApi.AnalyticsData.V1alpha.Model.QuotaStatus.t
, default:nil
) - Analytics Properties can use up to 25,000 tokens per day. Most requests consume fewer than 10 tokens. -
tokensPerHour
(type:GoogleApi.AnalyticsData.V1alpha.Model.QuotaStatus.t
, default:nil
) - Analytics Properties can use up to 5,000 tokens per day. An API request consumes a single number of tokens, and that number is deducted from both the hourly and daily quotas.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AnalyticsData.V1alpha.Model.PropertyQuota{ concurrentRequests: GoogleApi.AnalyticsData.V1alpha.Model.QuotaStatus.t(), serverErrorsPerProjectPerHour: GoogleApi.AnalyticsData.V1alpha.Model.QuotaStatus.t(), tokensPerDay: GoogleApi.AnalyticsData.V1alpha.Model.QuotaStatus.t(), tokensPerHour: GoogleApi.AnalyticsData.V1alpha.Model.QuotaStatus.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.