View Source GoogleApi.BareMetalSolution.V2.Model.ListNfsSharesResponse (google_api_bare_metal_solution v0.5.0)

Response message containing the list of NFS shares.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token identifying a page of results from the server.
  • nfsShares (type: list(GoogleApi.BareMetalSolution.V2.Model.NfsShare.t), default: nil) - The list of NFS shares.
  • 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.ListNfsSharesResponse{
  nextPageToken: String.t() | nil,
  nfsShares: [GoogleApi.BareMetalSolution.V2.Model.NfsShare.t()] | nil,
  unreachable: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.