Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 794 Bytes

QualificationsOptionFiltersHolderRoleConditions.md

File metadata and controls

15 lines (10 loc) · 794 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]