public class ReserveProposals extends ProposalAction
Proposal objects. It does not allow overbooking
unless allowOverbook is set to true.
This action is only applicable for programmatic proposals not using sales management.
Java class for ReserveProposals complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReserveProposals">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201802}ProposalAction">
<sequence>
<element name="allowOverbook" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowOverbook |
| Constructor and Description |
|---|
ReserveProposals() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isAllowOverbook()
Gets the value of the allowOverbook property.
|
void |
setAllowOverbook(Boolean value)
Sets the value of the allowOverbook property.
|
protected Boolean allowOverbook
Copyright © 2018. All Rights Reserved.