Class ListNpmPackagesResponse (1.11.3)

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

The response from listing npm packages.

Attributes

NameDescription
npm_packages MutableSequence[google.cloud.artifactregistry_v1.types.NpmPackage]
The npm 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.