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