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