enum Function.Operator (v201809)

Operators that can be used in functions.


Namespace
https://adwords.google.com/api/adwords/cm/v201809
Enumeration Description
IN The IN operator.
IDENTITY The IDENTITY operator.
EQUALS The EQUALS operator
AND Operator that takes two or more operands that are of type FunctionOperand and checks that all the operands evaluate to true. For functions related to ad formats, all the operands must be in lhsOperand. Return ConstantOperand with Bool type.
CONTAINS_ANY Operator that returns true if the elements in lhsOperand contains any of the elements in rhsOperands. Otherwise, return false.
UNKNOWN