GoogleApi.TPU.V2.Model.ListNodesResponse (google_api_tpu v0.18.0)

View Source

Response for ListNodes.

Attributes

  • nextPageToken (type: String.t, default: nil) - The next page token or empty if none.
  • nodes (type: list(GoogleApi.TPU.V2.Model.Node.t), default: nil) - The listed nodes.
  • 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

t()

@type t() :: %GoogleApi.TPU.V2.Model.ListNodesResponse{
  nextPageToken: String.t() | nil,
  nodes: [GoogleApi.TPU.V2.Model.Node.t()] | nil,
  unreachable: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.