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

AudioContentTypeAssignedTargetingOptionDetails

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

Details for audio content type assigned targeting option. This will be populated in the audio_content_type_details field when targeting_type is TARGETING_TYPE_AUDIO_CONTENT_TYPE. Explicitly targeting all options is not supported. Remove all audio content type targeting options to achieve this effect.

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

§Properties

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

Required. The audio content type.