Google Cloud Platform · JSON Structure

Cloud Resource Manager List Tag Keys Response Structure

Type: object Properties: 2
API ManagementCloud ComputingInfrastructurePlatform as a Service

ListTagKeysResponse is a JSON Structure definition published by Google Cloud Platform, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

tagKeys nextPageToken

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ListTagKeysResponse",
  "type": "object",
  "properties": {
    "tagKeys": {
      "type": "array"
    },
    "nextPageToken": {
      "type": "string"
    }
  }
}