public class CampaignOperation extends Operation
Note: The REMOVE operator is not
supported. To remove a campaign, set its status
to REMOVED.
Java class for CampaignOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignOperation">
<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}Campaign" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Campaign |
operand |
operationType, operator| Constructor and Description |
|---|
CampaignOperation() |
| Modifier and Type | Method and Description |
|---|---|
Campaign |
getOperand()
Gets the value of the operand property.
|
void |
setOperand(Campaign value)
Sets the value of the operand property.
|
getOperationType, getOperator, setOperationType, setOperatorprotected Campaign operand
Copyright © 2023. All rights reserved.