View Source GoogleApi.ArtifactRegistry.V1.Model.ListDockerImagesResponse (google_api_artifact_registry v0.24.0)
The response from listing docker images.
Attributes
-
dockerImages(type:list(GoogleApi.ArtifactRegistry.V1.Model.DockerImage.t), default:nil) - The docker images returned. -
nextPageToken(type:String.t, default:nil) - The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.ListDockerImagesResponse{ dockerImages: [GoogleApi.ArtifactRegistry.V1.Model.DockerImage.t()] | nil, nextPageToken: String.t() | nil }