Service
AdGroupFeedService
CampaignCriterionService
CampaignFeedService
CustomerFeedService
MutateJobService
Dependencies
LocationExtensionOperand
▼
ConstantOperand
Inheritance
A constant operand in a matching function.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201506
- Fields
Field | Type | Description |
---|---|---|
FunctionArgumentOperand (inherited) | ||
FunctionArgumentOperand.Type |
xsd:string
|
Indicates that this instance is a subtype of FunctionArgumentOperand. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |
ConstantOperand | ||
type Required
|
ConstantOperand.ConstantType
|
Type of constant in this operand.
This field is required and should not be null .
Enumerations
|
unit |
ConstantOperand.Unit
|
Units of constant in this operand.
Enumerations
|
longValue |
xsd:long
|
Long value of the operand if it is a long type. |
booleanValue |
xsd:boolean
|
Boolean value of the operand if it is a boolean type. |
doubleValue |
xsd:double
|
Double value of the operand if it is a double type. |
stringValue |
xsd:string
|
String value of the operand if it is a string type. |