ListTargetSitesResponse

Response message for SiteSearchEngineService.ListTargetSites method.

JSON representation
{
  "targetSites": [
    {
      object (TargetSite)
    }
  ],
  "nextPageToken": string,
  "totalSize": integer
}
Fields
targetSites[]

object (TargetSite)

List of TargetSites.

nextPageToken

string

A token that can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

totalSize

integer

The total number of items matching the request. This will always be populated in the response.