ValueInfo
import type { ValueInfo } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Annotatated property value.
interface ValueInfo {
annotation?: string;
overriddenValue?: string;
value?: string;
}import type { ValueInfo } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Annotatated property value.