ListSkillsStoreSkillsByCategoryResponse constructor

ListSkillsStoreSkillsByCategoryResponse({
  1. String? nextToken,
  2. List<SkillsStoreSkill>? skillsStoreSkills,
})

Implementation

ListSkillsStoreSkillsByCategoryResponse({
  this.nextToken,
  this.skillsStoreSkills,
});