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

InventorySourceGroupsGetOptions

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

Additional options for DisplayVideo#inventorySourceGroupsGet.

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

§Properties

§
advertiserId?: bigint
[src]

The ID of the advertiser that has access to the inventory source group. If an inventory source group is partner-owned, only advertisers to which the group is explicitly shared can access the group.

§
partnerId?: bigint
[src]

The ID of the partner that has access to the inventory source group. A partner cannot access an advertiser-owned inventory source group.