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

InventorySourceGroup

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

A collection of targetable inventory sources.

interface InventorySourceGroup {
displayName?: string;
readonly inventorySourceGroupId?: bigint;
readonly name?: string;
}

§Properties

§
displayName?: string
[src]

Required. The display name of the inventory source group. Must be UTF-8 encoded with a maximum size of 240 bytes.

§
readonly inventorySourceGroupId?: bigint
[src]

Output only. The unique ID of the inventory source group. Assigned by the system.

§
readonly name?: string
[src]

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