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