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

Routine

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

Represents a bigquery routine.

interface Routine {
definitionBody?: string;
routineType?: "ROUTINE_TYPE_UNSPECIFIED" | "TABLE_VALUED_FUNCTION";
}

§Properties

§
definitionBody?: string
[src]

Optional. The definition body of the routine.

§
routineType?: "ROUTINE_TYPE_UNSPECIFIED" | "TABLE_VALUED_FUNCTION"
[src]

Required. The type of routine.