Response message for listing tag keys.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListTagKeysResponse", "title": "ListTagKeysResponse", "type": "object", "description": "Response message for listing tag keys.", "properties": { "tagKeys": { "type": "array", "description": "The list of tag keys.", "items": { "$ref": "#/components/schemas/TagKey" }, "example": [] }, "nextPageToken": { "type": "string", "description": "Pagination token for the next page of results.", "example": "example_value" } } }