Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 795 Bytes

QualificationsOptionFiltersHolderRoleConditions.md

File metadata and controls

16 lines (10 loc) · 795 Bytes

QualificationsOptionFiltersHolderRoleConditions

Data filters used to narrow down the data records to be returned in the result.

Properties

Name Type Description Notes
var_is List[str] Will return records only for the first value in the array. [optional]
is_not List[str] Will return records only for the first value in the array. [optional]
var_in List[str] Will return records for the values in the array. [optional]
not_in List[str] Will return records for the values in the array. [optional]

[Back to Model list] [Back to API list] [Back to README]