Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReplaceSitesRequest

import type { ReplaceSitesRequest } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Request message for SiteService.ReplaceSites.

interface ReplaceSitesRequest {
advertiserId?: bigint;
newSites?: Site[];
partnerId?: bigint;
}

§Properties

§
advertiserId?: bigint
[src]

The ID of the advertiser that owns the parent channel.

§
newSites?: Site[]
[src]

The sites that will replace the existing sites assigned to the channel, specified as a list of Sites.

§
partnerId?: bigint
[src]

The ID of the partner that owns the parent channel.