BulkEditSitesResponse

  • BulkEditSitesResponse is the response message for SiteService.BulkEditSites.

  • The JSON representation includes a list of Site objects.

  • The sites field contains a list of successfully created sites and is absent if empty.

Response message for SiteService.BulkEditSites.

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

object (Site)

The list of sites that have been successfully created.

This list will be absent if empty.