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.)
§
dateValue?: GoogleTypeDate
[src]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.
§
moneyValue?: GoogleTypeMoney
[src]A value of type google.type.Money (currency code, whole units, decimal
units).