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
tags
required
List of string The drill tags to evaluate.
operator
required
String constant The kind of logical expression. Supported values are AND and OR.