google_api_tpu v0.12.0 GoogleApi.TPU.V1.Model.ListNodesResponse 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.V1.Model.Node.t), default: nil) - The listed nodes.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.TPU.V1.Model.ListNodesResponse{
  nextPageToken: String.t(),
  nodes: [GoogleApi.TPU.V1.Model.Node.t()],
  unreachable: [String.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.