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

InventorySourceGroupsCreateOptions

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

Additional options for DisplayVideo#inventorySourceGroupsCreate.

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

§Properties

§
advertiserId?: bigint
[src]

The ID of the advertiser that owns the inventory source group. The parent partner will not have access to this group.

§
partnerId?: bigint
[src]

The ID of the partner that owns the inventory source group. Only this partner will have write access to this group. Only advertisers to which this group is explicitly shared will have read access to this group.