public class ManualCpmBiddingScheme extends BiddingScheme
Java class for ManualCpmBiddingScheme complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManualCpmBiddingScheme">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}BiddingScheme">
<sequence>
<element name="viewableCpmEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
viewableCpmEnabled |
biddingSchemeType| Constructor and Description |
|---|
ManualCpmBiddingScheme() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isViewableCpmEnabled()
Gets the value of the viewableCpmEnabled property.
|
void |
setViewableCpmEnabled(Boolean value)
Sets the value of the viewableCpmEnabled property.
|
getBiddingSchemeType, setBiddingSchemeTypeCopyright © 2023. All rights reserved.