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

CombinedAudience

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

Describes a combined audience resource.

interface CombinedAudience {
readonly combinedAudienceId?: bigint;
readonly displayName?: string;
readonly name?: string;
}

§Properties

§
readonly combinedAudienceId?: bigint
[src]

Output only. The unique ID of the combined audience. Assigned by the system.

§
readonly displayName?: string
[src]

Output only. The display name of the combined audience. .

§
readonly name?: string
[src]

Output only. The resource name of the combined audience.