GoogleCloudChannelV1ReportValue constructor
GoogleCloudChannelV1ReportValue({
- GoogleTypeDateTime? dateTimeValue,
- GoogleTypeDate? dateValue,
- GoogleTypeDecimal? decimalValue,
- String? intValue,
- GoogleTypeMoney? moneyValue,
- String? stringValue,
Implementation
GoogleCloudChannelV1ReportValue({
this.dateTimeValue,
this.dateValue,
this.decimalValue,
this.intValue,
this.moneyValue,
this.stringValue,
});