GoogleCloudChannelV1ReportResultsMetadata constructor
GoogleCloudChannelV1ReportResultsMetadata({
- GoogleCloudChannelV1DateRange? dateRange,
- GoogleCloudChannelV1DateRange? precedingDateRange,
- GoogleCloudChannelV1Report? report,
- String? rowCount,
Implementation
GoogleCloudChannelV1ReportResultsMetadata({
this.dateRange,
this.precedingDateRange,
this.report,
this.rowCount,
});