Class ListMavenArtifactsResponse (1.7.0)

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

The response from listing maven artifacts.

Attributes

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