NAME
Google::Ads::AdWords::v201109::LogicalUserListOperand
DESCRIPTION
Perl data type class for the XML Schema defined complexType LogicalUserListOperand from the namespace https://adwords.google.com/api/adwords/cm/v201109.
An interface for a logical user list operand. A logical user list is a combination of logical rules. Each rule is defined as a logical operator and a list of operands. Those operands can be of type UserList or UserInterest.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
UserInterest
UserList
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201109::LogicalUserListOperand
# One of the following elements.
# No occurance checks yet, so be sure to pass just one...
UserInterest => $a_reference_to, # see Google::Ads::AdWords::v201109::UserInterest
UserList => $a_reference_to, # see Google::Ads::AdWords::v201109::UserList
},
AUTHOR
Generated by SOAP::WSDL