GoogleApi.Composer.V1beta1.Model.ListImageVersionsResponse (google_api_composer v0.26.0) 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()] | nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.