public class LogicalUserListOperand extends Object
Java class for LogicalUserListOperand complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogicalUserListOperand">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="UserList" type="{https://adwords.google.com/api/adwords/rm/v201809}UserList"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
LogicalUserListOperand() |
| Modifier and Type | Method and Description |
|---|---|
UserList |
getUserList()
Gets the value of the userList property.
|
void |
setUserList(UserList value)
Sets the value of the userList property.
|
protected UserList userList
Copyright © 2023. All rights reserved.