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

InventorySourcesGetOptions

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

Additional options for DisplayVideo#inventorySourcesGet.

interface InventorySourcesGetOptions {
advertiserId?: bigint;
partnerId?: bigint;
}

§Properties

§
advertiserId?: bigint
[src]

Optional. The ID of the DV360 advertiser to which the fetched inventory source is permissioned. If the user only has access to the advertiser and not the parent partner, use this field to specify the relevant advertiser.

§
partnerId?: bigint
[src]

Required. The ID of the DV360 partner to which the fetched inventory source is permissioned.