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

Value

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

The cell value of the table.

interface Value {
nullValue?: boolean;
value?: string;
}

§Properties

§
nullValue?: boolean
[src]

If cell value is null, then this flag will be set to true.

§
value?: string
[src]

The cell value in string format.