{
"$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"
}