Class ListPackagesResponse (1.5.0)

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

The response from listing packages.

Attributes

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