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

CreativeAssetId

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

Creative Asset ID.

interface CreativeAssetId {
name?: string;
type?:
| "IMAGE"
| "FLASH"
| "VIDEO"
| "HTML"
| "HTML_IMAGE"
| "AUDIO";
}

§Properties

§
name?: string
[src]

Name of the creative asset. This is a required field while inserting an asset. After insertion, this assetIdentifier is used to identify the uploaded asset. Characters in the name must be alphanumeric or one of the following: ".-_ ". Spaces are allowed.

§
type?: "IMAGE" | "FLASH" | "VIDEO" | "HTML" | "HTML_IMAGE" | "AUDIO"
[src]

Type of asset to upload. This is a required field. FLASH and IMAGE are no longer supported for new uploads. All image assets should use HTML_IMAGE.