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

InventorySourceGroupAssignedTargetingOptionDetails

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

Targeting details for inventory source group. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_INVENTORY_SOURCE_GROUP.

interface InventorySourceGroupAssignedTargetingOptionDetails {
inventorySourceGroupId?: bigint;
}

§Properties

§
inventorySourceGroupId?: bigint
[src]

Required. ID of the inventory source group. Should refer to the inventory_source_group_id field of an InventorySourceGroup resource.