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