Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 584 Bytes

File metadata and controls

36 lines (23 loc) · 584 Bytes

InterviewPartSourceValueUnion

The source value of the interview type.

Supported Types

Str

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

Number

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

Boolean

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

InterviewPartSourceValue

InterviewPartSourceValueUnion.CreateInterviewPartSourceValue(/* values here */);

ArrayOfAny

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