Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 749 Bytes

File metadata and controls

36 lines (23 loc) · 749 Bytes

CategoryLevelSourceValueUnion

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

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

Number

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

Boolean

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

CategorySourceValueLevel

CategoryLevelSourceValueUnion.CreateCategorySourceValueLevel(/* values here */);

ArrayOfAny

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