CustomList
import type { CustomList } from "https://googleapis.deno.dev/v1/displayvideo:v4.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;
}