Record
clause
No description available.
record clause {
id: option<string>,
attribute: option<string>,
negate: option<bool>,
op: option<string>,
values: option<list<clause-values-item>>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | option<string> | |
| attribute | option<string> | |
| negate | option<bool> | |
| op | option<string> | |
| values | option<list<clause-values-item>> |