SearchConnectionsResponse

Response message for SearchConnections.

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 GetConnection with the name.

nextPageToken

string

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