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

GoogleCloudChannelV1alpha1Value

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

Data type and value of a parameter.

interface GoogleCloudChannelV1alpha1Value {
boolValue?: boolean;
doubleValue?: number;
int64Value?: bigint;
protoValue?: {
[key: string]: any;
}
;
stringValue?: string;
}

§Properties

§
boolValue?: boolean
[src]

Represents a boolean value.

§
doubleValue?: number
[src]

Represents a double value.

§
int64Value?: bigint
[src]

Represents an int64 value.

§
protoValue?: {
[key: string]: any;
}
[src]

Represents an 'Any' proto value.

§
stringValue?: string
[src]

Represents a string value.