Google Analytics · Schema

GoogleAnalyticsAdminV1betaListPropertiesResponse

Response message for ListProperties RPC.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
nextPageToken string A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
properties array Results that matched the filter criteria and were accessible to the caller.
View JSON Schema on GitHub

JSON Schema

google-analytics-googleanalyticsadminv1betalistpropertiesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GoogleAnalyticsAdminV1betaListPropertiesResponse",
  "title": "GoogleAnalyticsAdminV1betaListPropertiesResponse",
  "description": "Response message for ListProperties RPC.",
  "properties": {
    "nextPageToken": {
      "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
      "type": "string"
    },
    "properties": {
      "description": "Results that matched the filter criteria and were accessible to the caller.",
      "items": {
        "$ref": "#/components/schemas/GoogleAnalyticsAdminV1betaProperty"
      },
      "type": "array"
    }
  },
  "type": "object"
}