public abstract class DimensionProperties extends DataEntry
Java class for DimensionProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DimensionProperties">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}DataEntry">
<sequence>
<element name="levelOfDetail" type="{https://adwords.google.com/api/adwords/cm/v201809}LevelOfDetail" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LevelOfDetail |
levelOfDetail |
dataEntryType| Constructor and Description |
|---|
DimensionProperties() |
| Modifier and Type | Method and Description |
|---|---|
LevelOfDetail |
getLevelOfDetail()
Gets the value of the levelOfDetail property.
|
void |
setLevelOfDetail(LevelOfDetail value)
Sets the value of the levelOfDetail property.
|
getDataEntryType, setDataEntryTypeprotected LevelOfDetail levelOfDetail
public LevelOfDetail getLevelOfDetail()
LevelOfDetailpublic void setLevelOfDetail(LevelOfDetail value)
value - allowed object is
LevelOfDetailCopyright © 2023. All rights reserved.