ReplaceSitesResponseCopyimport type { ReplaceSitesResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";Response message for SiteService.ReplaceSites. interface ReplaceSitesResponse {sites?: Site[];}§Properties§sites?: Site[][src]The list of sites in the channel after replacing.