ListWorkloadProfilesResponse constructor
ListWorkloadProfilesResponse({
- String? nextPageToken,
- List<
String> ? unreachable, - List<
WorkloadProfileOverview> ? workloadOverviews,
Implementation
ListWorkloadProfilesResponse({
this.nextPageToken,
this.unreachable,
this.workloadOverviews,
});