View Source GoogleApi.BareMetalSolution.V2.Model.ListVolumeSnapshotsResponse (google_api_bare_metal_solution v0.7.0)
Response message containing the list of volume snapshots.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token identifying a page of results from the server. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached. -
volumeSnapshots(type:list(GoogleApi.BareMetalSolution.V2.Model.VolumeSnapshot.t), default:nil) - The list of snapshots.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BareMetalSolution.V2.Model.ListVolumeSnapshotsResponse{ nextPageToken: String.t() | nil, unreachable: [String.t()] | nil, volumeSnapshots: [GoogleApi.BareMetalSolution.V2.Model.VolumeSnapshot.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.