Interface protos.google.devtools.artifactregistry.v1beta2.IListPackagesResponse

Properties of a ListPackagesResponse.

Package

@google-cloud/artifact-registry!

Properties

nextPageToken

nextPageToken?: (string|null);

ListPackagesResponse nextPageToken

Property Value
TypeDescription
(string|null)

packages

packages?: (google.devtools.artifactregistry.v1beta2.IPackage[]|null);

ListPackagesResponse packages

Property Value
TypeDescription
(google.devtools.artifactregistry.v1beta2.IPackage[]|null)