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