public class ManagedCustomerLabelOperation extends Operation
Note: The SET operator is not supported.
Java class for ManagedCustomerLabelOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManagedCustomerLabelOperation">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Operation">
<sequence>
<element name="operand" type="{https://adwords.google.com/api/adwords/mcm/v201809}ManagedCustomerLabel" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedCustomerLabel |
operand |
operationType, operator| Constructor and Description |
|---|
ManagedCustomerLabelOperation() |
| Modifier and Type | Method and Description |
|---|---|
ManagedCustomerLabel |
getOperand()
Gets the value of the operand property.
|
void |
setOperand(ManagedCustomerLabel value)
Sets the value of the operand property.
|
getOperationType, getOperator, setOperationType, setOperatorprotected ManagedCustomerLabel operand
public ManagedCustomerLabel getOperand()
ManagedCustomerLabelpublic void setOperand(ManagedCustomerLabel value)
value - allowed object is
ManagedCustomerLabelCopyright © 2023. All rights reserved.