ListWorkloadProfilesResponse constructor

ListWorkloadProfilesResponse({
  1. String? nextPageToken,
  2. List<String>? unreachable,
  3. List<WorkloadProfileOverview>? workloadOverviews,
})

Implementation

ListWorkloadProfilesResponse({
  this.nextPageToken,
  this.unreachable,
  this.workloadOverviews,
});