ListUtilizationReportsResponse constructor
ListUtilizationReportsResponse({
- String? nextPageToken,
- List<
String> ? unreachable, - List<
UtilizationReport> ? utilizationReports,
Implementation
ListUtilizationReportsResponse({
this.nextPageToken,
this.unreachable,
this.utilizationReports,
});