public class CampaignLabelOperation extends Operation
Java class for CampaignLabelOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignLabelOperation">
<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}CampaignLabel" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CampaignLabel |
operand |
operationType, operator| Constructor and Description |
|---|
CampaignLabelOperation() |
| Modifier and Type | Method and Description |
|---|---|
CampaignLabel |
getOperand()
Gets the value of the operand property.
|
void |
setOperand(CampaignLabel value)
Sets the value of the operand property.
|
getOperationType, getOperator, setOperationType, setOperatorprotected CampaignLabel operand
public CampaignLabel getOperand()
CampaignLabelpublic void setOperand(CampaignLabel value)
value - allowed object is
CampaignLabelCopyright © 2023. All rights reserved.