CustomFieldAction
No description
enum CustomFieldAction {
REMOVE_GROUP
REMOVE_VALUE
SET_VALUE
}
Values
CustomFieldAction.REMOVE_GROUP
Every field with the same group ID is removed.
CustomFieldAction.REMOVE_VALUE
The field with the value is removed.
CustomFieldAction.SET_VALUE
The field is updated or created with the value.
Member Of
CustomFieldInput
input