ListWorkforcesResponse constructor

ListWorkforcesResponse({
  1. required List<Workforce> workforces,
  2. String? nextToken,
})

Implementation

ListWorkforcesResponse({
  required this.workforces,
  this.nextToken,
});