ListConnectionsResponse

Response message for ListConnections.

JSON representation
{
  "connections": [
    {
      object (Connection)
    }
  ],
  "nextPageToken": string
}
Fields
connections[]

object (Connection)

List of connections.

nextPageToken

string

Token to retrieve the next page of results. An empty value means there are no more results.