Data filters used to narrow down the data records to be returned in the result.
| Name | Type | Description | Notes |
|---|---|---|---|
| Is | List<QualificationsOptionFiltersHolderRoleConditions.IsEnum> | Will return records only for the first value in the array. | [optional] |
| IsNot | List<QualificationsOptionFiltersHolderRoleConditions.IsNotEnum> | Will return records only for the first value in the array. | [optional] |
| In | List<QualificationsOptionFiltersHolderRoleConditions.InEnum> | Will return records for the values in the array. | [optional] |
| NotIn | List<QualificationsOptionFiltersHolderRoleConditions.NotInEnum> | Will return records for the values in the array. | [optional] |