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