GoogleCloudChannelV1DateRange constructor
GoogleCloudChannelV1DateRange({
- GoogleTypeDate? invoiceEndDate,
- GoogleTypeDate? invoiceStartDate,
- GoogleTypeDateTime? usageEndDateTime,
- GoogleTypeDateTime? usageStartDateTime,
Implementation
GoogleCloudChannelV1DateRange({
this.invoiceEndDate,
this.invoiceStartDate,
this.usageEndDateTime,
this.usageStartDateTime,
});