Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 607 Bytes

File metadata and controls

34 lines (22 loc) · 607 Bytes

CustomFieldDefinitionSourceValueUnion

Supported Types

Str

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

Number

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

Boolean

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

CustomFieldDefinitionSourceValue

CustomFieldDefinitionSourceValueUnion.CreateCustomFieldDefinitionSourceValue(/* values here */);

ArrayOfAny

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