Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 554 Bytes

File metadata and controls

36 lines (23 loc) · 554 Bytes

InterviewSourceValueUnion

The source value of the interview status.

Supported Types

Str

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

Number

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

Boolean

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

InterviewSourceValue

InterviewSourceValueUnion.CreateInterviewSourceValue(/* values here */);

ArrayOfAny

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