Class ListTagValuesResponse (1.6.1)

ListTagValuesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The ListTagValues response.

Attributes

NameDescription
tag_values Sequence[google.cloud.resourcemanager_v3.types.TagValue]
A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.
next_page_token str
A pagination token returned from a previous call to ``ListTagValues`` that indicates from where listing should continue. This is currently not used, but the server may at any point start supplying a valid token.

Inheritance

builtins.object > proto.message.Message > ListTagValuesResponse