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

SourceGetMetadataRequest

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

A request to compute the SourceMetadata of a Source.

interface SourceGetMetadataRequest {
source?: Source;
}

§Properties

§
source?: Source
[src]

Specification of the source whose metadata should be computed.