public class TeamServiceInterfaceperformTeamActionResponse extends Object
Java class for performTeamActionResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="performTeamActionResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rval" type="{https://www.google.com/apis/ads/publisher/v201711}UpdateResult" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected UpdateResult |
rval |
| Constructor and Description |
|---|
TeamServiceInterfaceperformTeamActionResponse() |
| Modifier and Type | Method and Description |
|---|---|
UpdateResult |
getRval()
Gets the value of the rval property.
|
void |
setRval(UpdateResult value)
Sets the value of the rval property.
|
protected UpdateResult rval
public TeamServiceInterfaceperformTeamActionResponse()
public UpdateResult getRval()
UpdateResultpublic void setRval(UpdateResult value)
value - allowed object is
UpdateResultCopyright © 2018. All Rights Reserved.