ListWorkforcePoolsResponse constructor

ListWorkforcePoolsResponse({
  1. String? nextPageToken,
  2. List<WorkforcePool>? workforcePools,
})

Implementation

ListWorkforcePoolsResponse({
  this.nextPageToken,
  this.workforcePools,
});