Class ListDockerImagesResponse (1.1.2)

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

The response from listing docker images.

Attributes

NameDescription
docker_images Sequence[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.