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

CustomList

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

Describes a custom list entity, such as a custom affinity or custom intent audience list.

interface CustomList {
readonly customListId?: bigint;
readonly displayName?: string;
readonly name?: string;
}

§Properties

§
readonly customListId?: bigint
[src]

Output only. The unique ID of the custom list. Assigned by the system.

§
readonly displayName?: string
[src]

Output only. The display name of the custom list. .

§
readonly name?: string
[src]

Output only. The resource name of the custom list.