public class AdParamOperation extends Operation
AdParam. The supported operators
are SET and REMOVE.
Java class for AdParamOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdParamOperation">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Operation">
<sequence>
<element name="operand" type="{https://adwords.google.com/api/adwords/cm/v201809}AdParam" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AdParam |
operand |
operationType, operator| Constructor and Description |
|---|
AdParamOperation() |
| Modifier and Type | Method and Description |
|---|---|
AdParam |
getOperand()
Gets the value of the operand property.
|
void |
setOperand(AdParam value)
Sets the value of the operand property.
|
getOperationType, getOperator, setOperationType, setOperatorprotected AdParam operand
Copyright © 2023. All rights reserved.