Interface protos.google.cloud.channel.v1.IReportValue (3.2.1)

Properties of a ReportValue.

Package

@google-cloud/channel

Properties

dateTimeValue

dateTimeValue?: (google.type.IDateTime|null);

ReportValue dateTimeValue

dateValue

dateValue?: (google.type.IDate|null);

ReportValue dateValue

decimalValue

decimalValue?: (google.type.IDecimal|null);

ReportValue decimalValue

intValue

intValue?: (number|Long|string|null);

ReportValue intValue

moneyValue

moneyValue?: (google.type.IMoney|null);

ReportValue moneyValue

stringValue

stringValue?: (string|null);

ReportValue stringValue