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

UploadAdAssetRequest

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

A request message for UploadAdAsset.

interface UploadAdAssetRequest {
adAssetType?: "AD_ASSET_TYPE_UNSPECIFIED" | "AD_ASSET_TYPE_IMAGE" | "AD_ASSET_TYPE_YOUTUBE_VIDEO";
filename?: string;
}

§Properties

§
adAssetType?: "AD_ASSET_TYPE_UNSPECIFIED" | "AD_ASSET_TYPE_IMAGE" | "AD_ASSET_TYPE_YOUTUBE_VIDEO"
[src]

Required. The type of the ad asset. Only AD_ASSET_TYPE_IMAGE is supported.

§
filename?: string
[src]

Required. The filename of the ad asset, including the file extension. The filename must be UTF-8 encoded with a maximum size of 240 bytes.