Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 874 Bytes

File metadata and controls

36 lines (23 loc) · 874 Bytes

CreateSkillsApiModelHierarchySourceValueUnion

For read operations: the original skill level from the provider. For write operations: fallback value used when value is omitted or "unmapped_value". You must ensure this matches the provider's format.

Supported Types

Str

CreateSkillsApiModelHierarchySourceValueUnion.CreateStr(/* values here */);

Number

CreateSkillsApiModelHierarchySourceValueUnion.CreateNumber(/* values here */);

Boolean

CreateSkillsApiModelHierarchySourceValueUnion.CreateBoolean(/* values here */);

CreateSkillsApiModelSourceValueHierarchy

CreateSkillsApiModelHierarchySourceValueUnion.CreateCreateSkillsApiModelSourceValueHierarchy(/* values here */);

ArrayOfAny

CreateSkillsApiModelHierarchySourceValueUnion.CreateArrayOfAny(/* values here */);