google_api_composer v0.19.0 GoogleApi.Composer.V1beta1.Model.ListImageVersionsResponse View Source

The ImageVersions in a project and location.

Attributes

  • imageVersions (type: list(GoogleApi.Composer.V1beta1.Model.ImageVersion.t), default: nil) - The list of supported ImageVersions in a location.
  • nextPageToken (type: String.t, default: nil) - The page token used to query for the next page if one exists.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Composer.V1beta1.Model.ListImageVersionsResponse{
  imageVersions: [GoogleApi.Composer.V1beta1.Model.ImageVersion.t()],
  nextPageToken: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.