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

SDKInfo

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

SDK Information.

interface SDKInfo {
language?:
| "UNKNOWN"
| "JAVA"
| "PYTHON"
| "GO";
version?: string;
}

§Properties

§
language?: "UNKNOWN" | "JAVA" | "PYTHON" | "GO"
[src]

Required. The SDK Language.

§
version?: string
[src]

Optional. The SDK version.