public class DataServiceInterfacequeryAdGroupBidLandscapeResponse extends Object
Java class for queryAdGroupBidLandscapeResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="queryAdGroupBidLandscapeResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rval" type="{https://adwords.google.com/api/adwords/cm/v201809}AdGroupBidLandscapePage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected AdGroupBidLandscapePage |
rval |
| Constructor and Description |
|---|
DataServiceInterfacequeryAdGroupBidLandscapeResponse() |
| Modifier and Type | Method and Description |
|---|---|
AdGroupBidLandscapePage |
getRval()
Gets the value of the rval property.
|
void |
setRval(AdGroupBidLandscapePage value)
Sets the value of the rval property.
|
protected AdGroupBidLandscapePage rval
public DataServiceInterfacequeryAdGroupBidLandscapeResponse()
public AdGroupBidLandscapePage getRval()
AdGroupBidLandscapePagepublic void setRval(AdGroupBidLandscapePage value)
value - allowed object is
AdGroupBidLandscapePageCopyright © 2023. All rights reserved.