Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 503 Bytes

File metadata and controls

34 lines (22 loc) · 503 Bytes

TaskTypeSourceValueUnion

Supported Types

Str

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

Number

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

Boolean

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

TaskSourceValueType

TaskTypeSourceValueUnion.CreateTaskSourceValueType(/* values here */);

ArrayOfAny

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