GoogleCloudChannelV1ListReportsResponse constructor
GoogleCloudChannelV1ListReportsResponse({
- String? nextPageToken,
- List<
GoogleCloudChannelV1Report> ? reports,
Implementation
GoogleCloudChannelV1ListReportsResponse({
this.nextPageToken,
this.reports,
});