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

GoogleAdsSearchads360V0Common__Value

import type { GoogleAdsSearchads360V0Common__Value } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

A generic data container.

interface GoogleAdsSearchads360V0Common__Value {
booleanValue?: boolean;
doubleValue?: number;
floatValue?: number;
int64Value?: bigint;
stringValue?: string;
}

§Properties

§
booleanValue?: boolean
[src]

A boolean.

§
doubleValue?: number
[src]

A double.

§
floatValue?: number
[src]

A float.

§
int64Value?: bigint
[src]

An int64.

§
stringValue?: string
[src]

A string.