BulkEditSitesResponse
Mensaje de respuesta para SiteService.BulkEditSites.
Representación JSON |
{
"sites": [
{
object (Site )
}
]
} |
Campos |
sites[] |
object (Site )
La lista de sitios que se crearon correctamente. Esta lista no se mostrará si está vacía.
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-08-21 (UTC)
[null,null,["Última actualización: 2024-08-21 (UTC)"],[[["This page documents the JSON response for the SiteService.BulkEditSites method in Display & Video 360 API."],["The response includes a `sites` field containing a list of successfully created `Site` objects."],["If no sites were created, the `sites` list will be absent from the response."]]],["The `BulkEditSites` response contains a list of `sites`. Each site is represented as an object defined by the `Site` schema. The response includes an array named `sites[]`, which holds the successfully created sites. If no sites were created, this `sites[]` list will be absent from the response. The structure is defined in JSON with the `sites` field, which can be empty or contains one or more `Site` objects.\n"]]