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