ListNodesResponse

Response for nodes.list.

JSON representation
{
  "nodes": [
    {
      object (Node)
    }
  ],
  "nextPageToken": string
}
Fields
nodes[]

object (Node)

The nodes that match the request.

nextPageToken

string

A pagination token returned from a previous call to nodes.list that indicates from where listing should continue. If the field is missing or empty, it means there is no more nodes.