GoogleCloudChannelV1DateRange constructor

GoogleCloudChannelV1DateRange({
  1. GoogleTypeDate? invoiceEndDate,
  2. GoogleTypeDate? invoiceStartDate,
  3. GoogleTypeDateTime? usageEndDateTime,
  4. GoogleTypeDateTime? usageStartDateTime,
})

Implementation

GoogleCloudChannelV1DateRange({
  this.invoiceEndDate,
  this.invoiceStartDate,
  this.usageEndDateTime,
  this.usageStartDateTime,
});