ReplaceSitesResponse
Response message for SiteService.ReplaceSites.
JSON representation |
{
"sites": [
{
object (Site )
}
]
} |
Fields |
sites[] |
object (Site )
The list of sites in the channel after replacing.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 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"]]