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

AppCategoryTargetingOptionDetails

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

Represents a targetable collection of apps. A collection lets you target dynamic groups of related apps that are maintained by the platform, for example All Apps/Google Play/Games. This will be populated in the app_category_details field when targeting_type is TARGETING_TYPE_APP_CATEGORY.

interface AppCategoryTargetingOptionDetails {
readonly displayName?: string;
}

§Properties

§
readonly displayName?: string
[src]

Output only. The name of the app collection.