Overview
This structure is in the response for PwsGetSkillGroupList and it contains the basic set of information about a skill group. The information represented in this structure is not comprehensive and only includes certain key attributes of a skill group.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description |
---|---|---|
InactiveFlag | Boolean |
This flag indicates whether the skill group is effectively inactive. If all skills in a skill group are inactive, then the skill group is considered inactive. | ||
SkillGroupSummary | This structure includes basic information about a skill group. |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:PwsSkillGroupSummaryElement> <b:InactiveFlag>false</b:InactiveFlag> <b:SkillGroupSummary> <b:SkillGroupId i:nil="true"/> <b:SkillGroupName>Technology</b:SkillGroupName> <b:SkillGroupUid>1152921504606850400</b:SkillGroupUid> </b:SkillGroupSummary> </b:PwsSkillGroupSummaryElement> |
...