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