Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 567 Bytes

File metadata and controls

36 lines (23 loc) · 567 Bytes

CustomFieldOptionValueUnion

The human readable value of the option

Supported Types

Str

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

Number

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

Boolean

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

CustomFieldOptionValue

CustomFieldOptionValueUnion.CreateCustomFieldOptionValue(/* values here */);

ArrayOfAny

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