View Source GoogleApi.BareMetalSolution.V2.Model.ListOSImagesResponse (google_api_bare_metal_solution v0.7.0)
Request for getting all available OS images.
Attributes
-
nextPageToken(type:String.t, default:nil) - Token to retrieve the next page of results, or empty if there are no more results in the list. -
osImages(type:list(GoogleApi.BareMetalSolution.V2.Model.OSImage.t), default:nil) - The OS images available.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BareMetalSolution.V2.Model.ListOSImagesResponse{ nextPageToken: String.t() | nil, osImages: [GoogleApi.BareMetalSolution.V2.Model.OSImage.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.