Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 680 Bytes

FilterValue.md

File metadata and controls

11 lines (8 loc) · 680 Bytes

FilterValue

Properties

Name Type Description Notes
All []string A list of terms that must be present on the field of the resource. [optional] [default to null]
Any []string A list of terms where at least one of them must be present on the field of the resource. [optional] [default to null]
None []string A list of terms that must not be present on the field the resource [optional] [default to null]

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