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

AssetAssociation

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

Asset association for the creative.

interface AssetAssociation {
asset?: Asset;
role?:
| "ASSET_ROLE_UNSPECIFIED"
| "ASSET_ROLE_MAIN"
| "ASSET_ROLE_BACKUP"
| "ASSET_ROLE_POLITE_LOAD"
| "ASSET_ROLE_HEADLINE"
| "ASSET_ROLE_LONG_HEADLINE"
| "ASSET_ROLE_BODY"
| "ASSET_ROLE_LONG_BODY"
| "ASSET_ROLE_CAPTION_URL"
| "ASSET_ROLE_CALL_TO_ACTION"
| "ASSET_ROLE_ADVERTISER_NAME"
| "ASSET_ROLE_PRICE"
| "ASSET_ROLE_ANDROID_APP_ID"
| "ASSET_ROLE_IOS_APP_ID"
| "ASSET_ROLE_RATING"
| "ASSET_ROLE_ICON"
| "ASSET_ROLE_COVER_IMAGE";
}

§Properties

§
asset?: Asset
[src]

The associated asset.

§
role?: "ASSET_ROLE_UNSPECIFIED" | "ASSET_ROLE_MAIN" | "ASSET_ROLE_BACKUP" | "ASSET_ROLE_POLITE_LOAD" | "ASSET_ROLE_HEADLINE" | "ASSET_ROLE_LONG_HEADLINE" | "ASSET_ROLE_BODY" | "ASSET_ROLE_LONG_BODY" | "ASSET_ROLE_CAPTION_URL" | "ASSET_ROLE_CALL_TO_ACTION" | "ASSET_ROLE_ADVERTISER_NAME" | "ASSET_ROLE_PRICE" | "ASSET_ROLE_ANDROID_APP_ID" | "ASSET_ROLE_IOS_APP_ID" | "ASSET_ROLE_RATING" | "ASSET_ROLE_ICON" | "ASSET_ROLE_COVER_IMAGE"
[src]

The role of this asset for the creative.