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

BuildInfo

import type { BuildInfo } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

Native Build Info

interface BuildInfo {
buildKey?: string;
buildValue?: string;
}

§Properties

§
buildKey?: string
[src]

Optional. Build key.

§
buildValue?: string
[src]

Optional. Build value.