google_api_composer v0.6.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

Link to this type

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

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.