View Source GoogleApi.BareMetalSolution.V2.Model.ListVolumesResponse (google_api_bare_metal_solution v0.6.0)

Response message containing the list of storage volumes.

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.
  • volumes (type: list(GoogleApi.BareMetalSolution.V2.Model.Volume.t), default: nil) - The list of storage volumes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V2.Model.ListVolumesResponse{
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil,
  volumes: [GoogleApi.BareMetalSolution.V2.Model.Volume.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.