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

CreateAssetRequest

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

A request message for CreateAsset.

interface CreateAssetRequest {
filename?: string;
}

§Properties

§
filename?: string
[src]

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