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

LanguageAssignedTargetingOptionDetails

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

Details for assigned language targeting option. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_LANGUAGE.

interface LanguageAssignedTargetingOptionDetails {
readonly displayName?: string;
negative?: boolean;
targetingOptionId?: string;
}

§Properties

§
readonly displayName?: string
[src]

Output only. The display name of the language (e.g., "French").

§
negative?: boolean
[src]

Indicates if this option is being negatively targeted. All assigned language targeting options on the same resource must have the same value for this field.

§
targetingOptionId?: string
[src]

Required. The targeting_option_id of a TargetingOption of type TARGETING_TYPE_LANGUAGE.