public class ExemptionRequest extends Object
PolicyViolationError.
Java class for ExemptionRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExemptionRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{https://adwords.google.com/api/adwords/cm/v201809}PolicyViolationKey" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PolicyViolationKey |
key |
| Constructor and Description |
|---|
ExemptionRequest() |
| Modifier and Type | Method and Description |
|---|---|
PolicyViolationKey |
getKey()
Gets the value of the key property.
|
void |
setKey(PolicyViolationKey value)
Sets the value of the key property.
|
protected PolicyViolationKey key
public PolicyViolationKey getKey()
PolicyViolationKeypublic void setKey(PolicyViolationKey value)
value - allowed object is
PolicyViolationKeyCopyright © 2023. All rights reserved.