ListReportConfigsResponse constructor
ListReportConfigsResponse({
- String? nextPageToken,
- List<
ReportConfig> ? reportConfigs, - List<
String> ? unreachable,
Implementation
ListReportConfigsResponse({
this.nextPageToken,
this.reportConfigs,
this.unreachable,
});