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

GoogleAudience

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

Describes a Google audience resource. Includes Google audience lists.

interface GoogleAudience {
readonly displayName?: string;
readonly googleAudienceId?: bigint;
readonly googleAudienceType?:
| "GOOGLE_AUDIENCE_TYPE_UNSPECIFIED"
| "GOOGLE_AUDIENCE_TYPE_AFFINITY"
| "GOOGLE_AUDIENCE_TYPE_IN_MARKET"
| "GOOGLE_AUDIENCE_TYPE_INSTALLED_APPS"
| "GOOGLE_AUDIENCE_TYPE_NEW_MOBILE_DEVICES"
| "GOOGLE_AUDIENCE_TYPE_LIFE_EVENT"
| "GOOGLE_AUDIENCE_TYPE_EXTENDED_DEMOGRAPHIC";
readonly name?: string;
}

§Properties

§
readonly displayName?: string
[src]

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

§
readonly googleAudienceId?: bigint
[src]

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

§
readonly googleAudienceType?: "GOOGLE_AUDIENCE_TYPE_UNSPECIFIED" | "GOOGLE_AUDIENCE_TYPE_AFFINITY" | "GOOGLE_AUDIENCE_TYPE_IN_MARKET" | "GOOGLE_AUDIENCE_TYPE_INSTALLED_APPS" | "GOOGLE_AUDIENCE_TYPE_NEW_MOBILE_DEVICES" | "GOOGLE_AUDIENCE_TYPE_LIFE_EVENT" | "GOOGLE_AUDIENCE_TYPE_EXTENDED_DEMOGRAPHIC"
[src]

Output only. The type of Google audience. .

§
readonly name?: string
[src]

Output only. The resource name of the google audience.