GoogleCloudChannelV1ReportValue constructor

GoogleCloudChannelV1ReportValue({
  1. GoogleTypeDateTime? dateTimeValue,
  2. GoogleTypeDate? dateValue,
  3. GoogleTypeDecimal? decimalValue,
  4. String? intValue,
  5. GoogleTypeMoney? moneyValue,
  6. String? stringValue,
})

Implementation

GoogleCloudChannelV1ReportValue({
  this.dateTimeValue,
  this.dateValue,
  this.decimalValue,
  this.intValue,
  this.moneyValue,
  this.stringValue,
});