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