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

GoogleCloudChannelV1ReportValue

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

A single report value.

interface GoogleCloudChannelV1ReportValue {
dateTimeValue?: GoogleTypeDateTime;
dateValue?: GoogleTypeDate;
decimalValue?: GoogleTypeDecimal;
intValue?: bigint;
moneyValue?: GoogleTypeMoney;
stringValue?: string;
}

§Properties

§
dateTimeValue?: GoogleTypeDateTime
[src]

A value of type google.type.DateTime (year, month, day, hour, minute, second, and UTC offset or timezone.)

§

A value of type google.type.Date (year, month, day).

§
decimalValue?: GoogleTypeDecimal
[src]

A value of type google.type.Decimal, representing non-integer numeric values.

§
intValue?: bigint
[src]

A value of type int.

§

A value of type google.type.Money (currency code, whole units, decimal units).

§
stringValue?: string
[src]

A value of type string.