Class ListPythonPackagesResponse (1.11.3)

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

The response from listing python packages.

Attributes

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