GoogleCloudChannelV1ReportValue class

A single report value.

Constructors

GoogleCloudChannelV1ReportValue({GoogleTypeDateTime? dateTimeValue, GoogleTypeDate? dateValue, GoogleTypeDecimal? decimalValue, String? intValue, GoogleTypeMoney? moneyValue, String? stringValue})
GoogleCloudChannelV1ReportValue.fromJson(Map json_)

Properties

dateTimeValue GoogleTypeDateTime?
A value of type google.type.DateTime (year, month, day, hour, minute, second, and UTC offset or timezone.)
getter/setter pair
dateValue GoogleTypeDate?
A value of type google.type.Date (year, month, day).
getter/setter pair
decimalValue GoogleTypeDecimal?
A value of type google.type.Decimal, representing non-integer numeric values.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intValue String?
A value of type int.
getter/setter pair
moneyValue GoogleTypeMoney?
A value of type google.type.Money (currency code, whole units, decimal units).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringValue String?
A value of type string.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited