Represents a predicate.
| JSON representation | 
|---|
| { "type": enum ( | 
| Fields | |
|---|---|
| type | 
 The type of operator for this condition. | 
| parameter[] | 
 A list of named parameters (key/value), depending on the condition's type. Notes: 
 | 
ConditionType
| Enums | |
|---|---|
| conditionTypeUnspecified | |
| equals | |
| contains | |
| startsWith | |
| endsWith | |
| matchRegex | |
| greater | |
| greaterOrEquals | |
| less | |
| lessOrEquals | |
| cssSelector | |
| urlMatches | |