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