GoogleCloudChannelV1FetchReportResultsRequest constructor

GoogleCloudChannelV1FetchReportResultsRequest({
  1. int? pageSize,
  2. String? pageToken,
  3. List<String>? partitionKeys,
})

Implementation

GoogleCloudChannelV1FetchReportResultsRequest({
  this.pageSize,
  this.pageToken,
  this.partitionKeys,
});