ReplaceSitesResponse
Ответное сообщение для SiteService.ReplaceSites.
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 documentation details the response message structure for the SiteService ReplaceSites method."],["The response includes a JSON object containing a list of sites present in the channel following a replacement operation."],["Each site within the list is represented as a Site object, with further details available in its respective documentation."]]],["The core content details the JSON representation and fields for the response message of `SiteService.ReplaceSites`. The JSON response contains a `\"sites\"` array. This array includes a list of `Site` objects, representing the sites in the channel after the replacement operation. The `sites[]` field, a list of `Site` objects, holds this information.\n"]]