Accepts input for setting a custom field value. You must provide exactly one of the fields in this input type.
| Property Name | Type | Description | 
|---|---|---|
| booleanField | InputMaybe<CompassCustomBooleanFieldInput> | Input for setting a value on a custom field containing a boolean value. | 
| multiSelectField | InputMaybe<CompassCustomMultiSelectFieldInput> | Input for setting a value on a custom field containing multiple options | 
| numberField | InputMaybe<CompassCustomNumberFieldInput> | Input for setting a value on a custom field containing a number. | 
| singleSelectField | InputMaybe<CompassCustomSingleSelectFieldInput> | Input for setting a value on a custom field containing a single option | 
| textField | InputMaybe<CompassCustomTextFieldInput> | Input for setting a value on a custom field containing a text string. | 
| userField | InputMaybe<CompassCustomUserFieldInput> | Input for setting a value on a custom field containing a user. | 
Rate this page: