Class ListRepositoriesResponse (1.6.0)

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

The response from listing repositories.

Attributes

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