Service
Dependencies
ConstantOperand
▼
ConstantOperand.ConstantType
The types of constant operands.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201809
Enumeration | Description |
---|---|
BOOLEAN
|
Boolean constant type. booleanValue should be set for this type. |
DOUBLE
|
Double constant type. doubleValue should be set for this type. |
LONG
|
Long constant type. longValue should be set for this type. |
STRING
|
String constant type. stringValue should be set for this type. |