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;
}import type { Value } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";
The cell value of the table.