| Name | Type | Description | Notes |
|---|---|---|---|
| action | ActionEnum | Action to show/hide the form field is to be taken on the basis of evaluation of conditions. | [optional] |
| anyOrAll | AnyOrAllEnum | It indicates if any one of the conditions or all of them have to be true. | [optional] |
| predicates | List<FormFieldConditionPredicate> | The predicates to be evaluated in order to determine whether this condition is true | [optional] |
| Name | Value |
|---|---|
| SHOW | "SHOW" |
| HIDE | "HIDE" |
| DISABLE | "DISABLE" |
| ENABLE | "ENABLE" |
| Name | Value |
|---|---|
| ALL | "ALL" |
| ANY | "ANY" |