public class CampaignGroupPerformanceTargetError extends ApiError
Java class for CampaignGroupPerformanceTargetError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignGroupPerformanceTargetError">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ApiError">
<sequence>
<element name="reason" type="{https://adwords.google.com/api/adwords/cm/v201809}CampaignGroupPerformanceTargetError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CampaignGroupPerformanceTargetErrorReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
CampaignGroupPerformanceTargetError() |
| Modifier and Type | Method and Description |
|---|---|
CampaignGroupPerformanceTargetErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(CampaignGroupPerformanceTargetErrorReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected CampaignGroupPerformanceTargetErrorReason reason
public CampaignGroupPerformanceTargetErrorReason getReason()
CampaignGroupPerformanceTargetErrorReasonpublic void setReason(CampaignGroupPerformanceTargetErrorReason value)
value - allowed object is
CampaignGroupPerformanceTargetErrorReasonCopyright © 2023. All rights reserved.