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