BulkEditSitesResponse
Ответное сообщение для SiteService.BulkEditSites.
JSON-представление |
---|
{
"sites": [
{
object (Site )
}
]
} |
Поля |
---|
sites[] | object ( Site ) Список сайтов, которые были успешно созданы. Этот список будет отсутствовать, если он пуст. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-06 UTC.
[null,null,["Последнее обновление: 2025-01-06 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"]]