GoogleCloudChannelV1ReportResultsMetadata constructor

GoogleCloudChannelV1ReportResultsMetadata({
  1. GoogleCloudChannelV1DateRange? dateRange,
  2. GoogleCloudChannelV1DateRange? precedingDateRange,
  3. GoogleCloudChannelV1Report? report,
  4. String? rowCount,
})

Implementation

GoogleCloudChannelV1ReportResultsMetadata({
  this.dateRange,
  this.precedingDateRange,
  this.report,
  this.rowCount,
});