View Source GoogleApi.BareMetalSolution.V2.Model.ListLunsResponse (google_api_bare_metal_solution v0.4.0)

Response message containing the list of storage volume luns.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V2.Model.ListLunsResponse{
  luns: [GoogleApi.BareMetalSolution.V2.Model.Lun.t()] | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.