AI-generated Key Takeaways
-
The
ListSitesResponsemessage is used to respond to requests from the SiteService. -
The JSON representation of the response includes a list of
sitesand an optionalnextPageToken. -
The
sitesfield contains a list of Site objects, and is absent if the list is empty. -
The
nextPageTokenis a string used to retrieve the next page of results in a subsequent call to theListSitesmethod.
Response message for SiteService.ListSites.
| JSON representation |
|---|
{
"sites": [
{
object ( |
| Fields | |
|---|---|
sites[] |
The list of sites. This list will be absent if empty. |
nextPageToken |
A token to retrieve the next page of results. Pass this value in the |