SearchSkillGroupsResponse constructor
SearchSkillGroupsResponse({
- String? nextToken,
- List<
SkillGroupData> ? skillGroups, - int? totalCount,
Implementation
SearchSkillGroupsResponse({
this.nextToken,
this.skillGroups,
this.totalCount,
});