GoogleApi.ArtifactRegistry.V1beta1.Model.ListVersionsResponse (google_api_artifact_registry v0.4.1) View Source

The response from listing versions.

Attributes

  • nextPageToken (type: String.t, default: nil) - The token to retrieve the next page of versions, or empty if there are no more versions to return.
  • versions (type: list(GoogleApi.ArtifactRegistry.V1beta1.Model.Version.t), default: nil) - The versions returned.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ArtifactRegistry.V1beta1.Model.ListVersionsResponse{
  nextPageToken: String.t(),
  versions: [GoogleApi.ArtifactRegistry.V1beta1.Model.Version.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.