GoogleCloudChannelV1RunReportJobRequest constructor

GoogleCloudChannelV1RunReportJobRequest({
  1. GoogleCloudChannelV1DateRange? dateRange,
  2. String? filter,
  3. String? languageCode,
})

Implementation

GoogleCloudChannelV1RunReportJobRequest({
  this.dateRange,
  this.filter,
  this.languageCode,
});