GoogleCloudChannelV1ListReportsResponse constructor

GoogleCloudChannelV1ListReportsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudChannelV1Report>? reports,
})

Implementation

GoogleCloudChannelV1ListReportsResponse({
  this.nextPageToken,
  this.reports,
});