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

IdFilter

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

A filtering option that filters entities by their entity IDs.

interface IdFilter {
adGroupAdIds?: bigint[];
adGroupIds?: bigint[];
campaignIds?: bigint[];
insertionOrderIds?: bigint[];
lineItemIds?: bigint[];
mediaProductIds?: bigint[];
}

§Properties

§
adGroupAdIds?: bigint[]
[src]

YouTube Ads to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.

§
adGroupIds?: bigint[]
[src]

YouTube Ad Groups to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.

§
campaignIds?: bigint[]
[src]

Campaigns to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.

§
insertionOrderIds?: bigint[]
[src]

Insertion Orders to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.

§
lineItemIds?: bigint[]
[src]

Line Items to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.

§
mediaProductIds?: bigint[]
[src]

Media Products to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.