{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GoogleAnalyticsAdminV1betaListAccountSummariesResponse", "title": "GoogleAnalyticsAdminV1betaListAccountSummariesResponse", "description": "Response message for ListAccountSummaries RPC.", "properties": { "accountSummaries": { "description": "Account summaries of all accounts the caller has access to.", "items": { "$ref": "#/components/schemas/GoogleAnalyticsAdminV1betaAccountSummary" }, "type": "array" }, "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" } }, "type": "object" }