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

BulkEditSitesRequest

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

Request message for SiteService.BulkEditSites.

interface BulkEditSitesRequest {
advertiserId?: bigint;
createdSites?: Site[];
deletedSites?: string[];
partnerId?: bigint;
}

§Properties

§
advertiserId?: bigint
[src]

The ID of the advertiser that owns the parent channel.

§
createdSites?: Site[]
[src]

The sites to create in batch, specified as a list of Sites.

§
deletedSites?: string[]
[src]

The sites to delete in batch, specified as a list of site url_or_app_ids.

§
partnerId?: bigint
[src]

The ID of the partner that owns the parent channel.