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