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

SdkVersion

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

The version of the SDK used to run the job.

interface SdkVersion {
readonly bugs?: SdkBug[];
sdkSupportStatus?:
| "UNKNOWN"
| "SUPPORTED"
| "STALE"
| "DEPRECATED"
| "UNSUPPORTED";
version?: string;
versionDisplayName?: string;
}

§Properties

§
readonly bugs?: SdkBug[]
[src]

Output only. Known bugs found in this SDK version.

§
sdkSupportStatus?: "UNKNOWN" | "SUPPORTED" | "STALE" | "DEPRECATED" | "UNSUPPORTED"
[src]

The support status for this SDK version.

§
version?: string
[src]

The version of the SDK used to run the job.

§
versionDisplayName?: string
[src]

A readable string describing the version of the SDK.