GoogleCloudChannelV1FetchReportResultsResponse constructor

GoogleCloudChannelV1FetchReportResultsResponse({
  1. String? nextPageToken,
  2. GoogleCloudChannelV1ReportResultsMetadata? reportMetadata,
  3. List<GoogleCloudChannelV1Row>? rows,
})

Implementation

GoogleCloudChannelV1FetchReportResultsResponse({
  this.nextPageToken,
  this.reportMetadata,
  this.rows,
});