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

AccumulableInfo

import type { AccumulableInfo } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
interface AccumulableInfo {
accumullableInfoId?: bigint;
name?: string;
update?: string;
value?: string;
}

§Properties

§
accumullableInfoId?: bigint
[src]
§
name?: string
[src]
§
update?: string
[src]
§
value?: string
[src]