| Name | Type | Description | Notes |
|---|---|---|---|
| FieldLocationIndex | int? | Index of the location of the form field used in the predicate | [optional] |
| FieldName | string | Name of the field whose value is the basis of predicate | [optional] |
| _Operator | string | Operator to be applied on the value of the predicate field. | [optional] |
| Value | string | Value to compare against the value of the predicate's form field, using the specified operator | [optional] |