public class MaxRoasBiddingScheme extends BiddingScheme
Java class for MaxRoasBiddingScheme complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MaxRoasBiddingScheme">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}BiddingScheme">
<sequence>
<element name="MaxCpc" type="{https://bingads.microsoft.com/CampaignManagement/v13}Bid" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Bid |
maxCpc |
type| Constructor and Description |
|---|
MaxRoasBiddingScheme() |
| Modifier and Type | Method and Description |
|---|---|
Bid |
getMaxCpc()
Gets the value of the maxCpc property.
|
void |
setMaxCpc(Bid value)
Sets the value of the maxCpc property.
|
getType, setTypeprotected Bid maxCpc
Copyright © 2024. All rights reserved.