SearchConnectionsResponse

Response message for connections.search.

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

object (Connection)

List of connections that match the search query. Note that only a subset of the fields will be populated, and only "name" is guaranteed to be set. For full details of a Connection, call connections.get with the name.

nextPageToken

string

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