ListSitesResponse

Response message for SiteService.ListSites.

JSON representation
{
  "sites": [
    {
      object (Site)
    }
  ],
  "nextPageToken": string
}
Fields
sites[]

object (Site)

The list of sites.

This list will be absent if empty.

nextPageToken

string

A token to retrieve the next page of results.

Pass this value in the pageToken field in the subsequent call to sites.list method to retrieve the next page of results.