SearchSkillGroupsResponse constructor

SearchSkillGroupsResponse({
  1. String? nextToken,
  2. List<SkillGroupData>? skillGroups,
  3. int? totalCount,
})

Implementation

SearchSkillGroupsResponse({
  this.nextToken,
  this.skillGroups,
  this.totalCount,
});