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

SdfDownloadTask

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

Type for the response returned by [SdfDownloadTaskService.CreateSdfDownloadTask].

interface SdfDownloadTask {
resourceName?: string;
}

§Properties

§
resourceName?: string
[src]

A resource name to be used in media.download to Download the prepared files. Resource names have the format download/sdfdownloadtasks/media/{media_id}. media_id will be made available by the long running operation service once the task status is done.