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

InventorySourceFilter

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

A filtering option for filtering on Inventory Source entities.

interface InventorySourceFilter {
inventorySourceIds?: bigint[];
}

§Properties

§
inventorySourceIds?: bigint[]
[src]

Inventory Sources to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest. Leave empty to download all Inventory Sources for the selected Advertiser or Partner.