google_api_composer v0.5.0 GoogleApi.Composer.V1beta1.Model.ListImageVersionsResponse View Source
The ImageVersions in a project and location.
Attributes
- imageVersions ([ImageVersion]): The list of supported ImageVersions in a location. Defaults to:
null
. - nextPageToken (String.t): The page token used to query for the next page if one exists. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.Composer.V1beta1.Model.ListImageVersionsResponse{
imageVersions: [GoogleApi.Composer.V1beta1.Model.ImageVersion.t()],
nextPageToken: any()
}
t() :: %GoogleApi.Composer.V1beta1.Model.ListImageVersionsResponse{ imageVersions: [GoogleApi.Composer.V1beta1.Model.ImageVersion.t()], nextPageToken: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.