GoogleCloudChannelV1FetchReportResultsResponse constructor
GoogleCloudChannelV1FetchReportResultsResponse({
- String? nextPageToken,
- GoogleCloudChannelV1ReportResultsMetadata? reportMetadata,
- List<
GoogleCloudChannelV1Row> ? rows,
Implementation
GoogleCloudChannelV1FetchReportResultsResponse({
this.nextPageToken,
this.reportMetadata,
this.rows,
});