Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 555 Bytes

File metadata and controls

36 lines (23 loc) · 555 Bytes

ContentSourceValueUnion

The original value from the provider before normalization.

Supported Types

Str

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

Number

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

Boolean

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

ContentSourceValue

ContentSourceValueUnion.CreateContentSourceValue(/* values here */);

ArrayOfAny

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