Class ListDockerImagesResponse (1.5.0)

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

The response from listing docker images.

Attributes

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