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