Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.01 KB

File metadata and controls

14 lines (10 loc) · 1.01 KB

Voucherify.Model.QualificationsOptionFiltersHolderRoleConditions

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

Properties

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]

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