ListTagKeysResponse

Response message for listing tag keys.

API ManagementCloud ComputingInfrastructurePlatform as a Service

Properties

Name Type Description
tagKeys array The list of tag keys.
nextPageToken string Pagination token for the next page of results.
View JSON Schema on GitHub

JSON Schema

cloud-resource-manager-list-tag-keys-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListTagKeysResponse",
  "type": "object",
  "description": "Response message for listing tag keys.",
  "properties": {
    "tagKeys": {
      "type": "array",
      "description": "The list of tag keys."
    },
    "nextPageToken": {
      "type": "string",
      "description": "Pagination token for the next page of results."
    }
  }
}