ListTagsResponse

Response message for ListTags.

JSON representation
{
  "tags": [
    {
      object (Tag)
    }
  ],
  "nextPageToken": string
}
Fields
tags[]

object (Tag)

Tag details.

nextPageToken

string

Pagination token of the next results page. Empty if there are no more items in results.