Class ListTagKeysResponse (1.6.2)

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

The ListTagKeys response message.

Attributes

NameDescription
tag_keys Sequence[google.cloud.resourcemanager_v3.types.TagKey]
List of TagKeys that live under the specified parent in the request.
next_page_token str
A pagination token returned from a previous call to ``ListTagKeys`` that indicates from where listing should continue.

Inheritance

builtins.object > proto.message.Message > ListTagKeysResponse