Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 756 Bytes

File metadata and controls

36 lines (23 loc) · 756 Bytes

SkillsLanguageSourceValueUnion

For read operations: the original language code 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

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

Number

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

Boolean

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

SkillsSourceValueLanguage

SkillsLanguageSourceValueUnion.CreateSkillsSourceValueLanguage(/* values here */);

ArrayOfAny

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