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