Class ListTagsResponse (1.2.0)

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

The response from listing tags.

Attributes

NameDescription
tags Sequence[google.cloud.artifactregistry_v1.types.Tag]
The tags returned.
next_page_token str
The token to retrieve the next page of tags, or empty if there are no more tags to return.

Inheritance

builtins.object > proto.message.Message > ListTagsResponse