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

AudioContentTypeTargetingOptionDetails

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

Represents a targetable audio content type. This will be populated in the audio_content_type_details field when targeting_type is TARGETING_TYPE_AUDIO_CONTENT_TYPE.

interface AudioContentTypeTargetingOptionDetails {
readonly audioContentType?:
| "AUDIO_CONTENT_TYPE_UNSPECIFIED"
| "AUDIO_CONTENT_TYPE_UNKNOWN"
| "AUDIO_CONTENT_TYPE_MUSIC"
| "AUDIO_CONTENT_TYPE_BROADCAST"
| "AUDIO_CONTENT_TYPE_PODCAST";
}

§Properties

§
readonly audioContentType?: "AUDIO_CONTENT_TYPE_UNSPECIFIED" | "AUDIO_CONTENT_TYPE_UNKNOWN" | "AUDIO_CONTENT_TYPE_MUSIC" | "AUDIO_CONTENT_TYPE_BROADCAST" | "AUDIO_CONTENT_TYPE_PODCAST"
[src]

Output only. The audio content type.