2.1.1 EntryTagsExpression object
A logical expression of one or more drill entry tags.
Example
{
"tags": ["one", "two", "three"],
"operator": "OR"
}
Fields
| Field | Type | Description |
|---|---|---|
tagsrequired |
List of string | The drill tags to evaluate. |
operatorrequired |
String constant | The kind of logical expression. Supported values are AND and OR. |
Last updated on