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

GoogleCloudIntegrationsV1alphaValueType

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

The type of the parameter.

interface GoogleCloudIntegrationsV1alphaValueType {
booleanValue?: boolean;
doubleValue?: number;
intValue?: bigint;
jsonValue?: string;
stringValue?: string;
}

§Properties

§
booleanValue?: boolean
[src]

Boolean.

§
doubleValue?: number
[src]

Double Number.

§
intValue?: bigint
[src]

Integer.

§
jsonValue?: string
[src]

Json.

§
stringValue?: string
[src]

String.