public class RetractProposals extends ProposalAction
Proposal objects.
Java class for RetractProposals complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetractProposals">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201805}ProposalAction">
<sequence>
<element name="retractionDetails" type="{https://www.google.com/apis/ads/publisher/v201805}RetractionDetails" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RetractionDetails |
retractionDetails |
| Constructor and Description |
|---|
RetractProposals() |
| Modifier and Type | Method and Description |
|---|---|
RetractionDetails |
getRetractionDetails()
Gets the value of the retractionDetails property.
|
void |
setRetractionDetails(RetractionDetails value)
Sets the value of the retractionDetails property.
|
protected RetractionDetails retractionDetails
public RetractionDetails getRetractionDetails()
RetractionDetailspublic void setRetractionDetails(RetractionDetails value)
value - allowed object is
RetractionDetailsCopyright © 2018. All Rights Reserved.