Properties
| Name |
Type |
Description |
Notes |
| and |
Option<Vec> |
All conditions in this list must match (AND) |
[optional] |
| or |
Option<Vec> |
Any condition in this list must match (OR) |
[optional] |
| not |
Option<models::MetadataFilter> |
This condition must NOT match (NOT) |
[optional] |
| key |
Option<String> |
Metadata field key (for field condition) |
[optional] |
| op |
Option<Op> |
Comparison operator (enum: eq, neq, lt, gt, lte, gte, is_null) |
[optional] |
| value |
Option<serde_json::Value> |
|
[optional] |
[Back to Model list] [Back to API list] [Back to README]