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

AssignedInventorySource

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

An assignment between a targetable inventory source and an inventory source group.

interface AssignedInventorySource {
readonly assignedInventorySourceId?: bigint;
inventorySourceId?: string;
readonly name?: string;
}

§Properties

§
readonly assignedInventorySourceId?: bigint
[src]

Output only. The unique ID of the assigned inventory source. The ID is only unique within a given inventory source group. It may be reused in other contexts.

§
inventorySourceId?: string
[src]

Required. The ID of the inventory source entity being targeted.

§
readonly name?: string
[src]

Output only. The resource name of the assigned inventory source.