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

BulkEditAssignedInventorySourcesRequest

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

Request message for AssignedInventorySourceService.BulkEdit.

interface BulkEditAssignedInventorySourcesRequest {
advertiserId?: bigint;
createdAssignedInventorySources?: AssignedInventorySource[];
deletedAssignedInventorySources?: bigint[];
partnerId?: bigint;
}

§Properties

§
advertiserId?: bigint
[src]

The ID of the advertiser that owns the parent inventory source group. The parent partner does not have access to these assigned inventory sources.

§
createdAssignedInventorySources?: AssignedInventorySource[]
[src]

The assigned inventory sources to create in bulk, specified as a list of AssignedInventorySources.

§
deletedAssignedInventorySources?: bigint[]
[src]

The IDs of the assigned inventory sources to delete in bulk, specified as a list of assigned_inventory_source_ids.

§
partnerId?: bigint
[src]

The ID of the partner that owns the inventory source group. Only this partner has write access to these assigned inventory sources.