Details of updates for a custom field.

interface CustomFieldValueUpdateDetails {
    updates?: CustomFieldValueUpdate[];
}

Properties

Properties

The list of custom field update details.