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

ValueInfo

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

Annotatated property value.

interface ValueInfo {
annotation?: string;
overriddenValue?: string;
value?: string;
}

§Properties

§
annotation?: string
[src]

Annotation, comment or explanation why the property was set.

§
overriddenValue?: string
[src]

Optional. Value which was replaced by the corresponding component.

§
value?: string
[src]

Property value.