public class Get extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="serviceSelector" type="{https://adwords.google.com/api/adwords/cm/v201809}Selector" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Selector |
serviceSelector |
| Constructor and Description |
|---|
Get() |
| Modifier and Type | Method and Description |
|---|---|
Selector |
getServiceSelector()
Gets the value of the serviceSelector property.
|
void |
setServiceSelector(Selector value)
Sets the value of the serviceSelector property.
|
Copyright © 2023. All rights reserved.