google_api_composer v0.13.0 GoogleApi.Composer.V1.Model.ListImageVersionsResponse View Source
The ImageVersions in a project and location.
Attributes
imageVersions(type:list(GoogleApi.Composer.V1.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 Sourcet() :: %GoogleApi.Composer.V1.Model.ListImageVersionsResponse{
imageVersions: [GoogleApi.Composer.V1.Model.ImageVersion.t()],
nextPageToken: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.