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

LeaseWorkItemResponse

import type { LeaseWorkItemResponse } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Response to a request to lease WorkItems.

interface LeaseWorkItemResponse {
unifiedWorkerResponse?: {
[key: string]: any;
}
;
workItems?: WorkItem[];
}

§Properties

§
unifiedWorkerResponse?: {
[key: string]: any;
}
[src]

Untranslated bag-of-bytes WorkResponse for UnifiedWorker.

§
workItems?: WorkItem[]
[src]

A list of the leased WorkItems.