Google Analytics · Schema

ResourceQuotasRemaining

The resource quota tokens remaining for the property after the request is completed.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine-LearningAttribution

Properties

Name Type Description
dailyQuotaTokensRemaining integer Daily resource quota remaining remaining.
hourlyQuotaTokensRemaining integer Hourly resource quota tokens remaining.
View JSON Schema on GitHub

JSON Schema

google-analytics-resourcequotasremaining-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceQuotasRemaining",
  "title": "ResourceQuotasRemaining",
  "description": "The resource quota tokens remaining for the property after the request is completed.",
  "properties": {
    "dailyQuotaTokensRemaining": {
      "description": "Daily resource quota remaining remaining.",
      "format": "int32",
      "type": "integer"
    },
    "hourlyQuotaTokensRemaining": {
      "description": "Hourly resource quota tokens remaining.",
      "format": "int32",
      "type": "integer"
    }
  },
  "type": "object"
}