BulkEditSitesResponse

  • BulkEditSitesResponse is a response message for SiteService.BulkEditSites.

  • The response contains a list of successfully created sites in a sites field, which will be absent if the list is empty.

  • Each item in the sites list is an object representing a Site.

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.