List Tags Response.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListTagsResponse", "type": "object", "description": "List Tags Response.", "properties": { "tag": { "type": "array", "description": "All GTM Tags of a GTM Container Workspace." }, "nextPageToken": { "type": "string", "description": "Continuation token for fetching the next page of results." } } }