NAME
Google::Ads::AdWords::v201809::AdwordsUserListService::mutateMembers
DESCRIPTION
Perl data type class for the XML Schema defined element mutateMembers from the namespace https://adwords.google.com/api/adwords/rm/v201809.
Mutate members of user lists by either adding or removing their lists of members. The following {@link Operator}s are supported: ADD and REMOVE. The SET operator is not supported. <p>Note that operations cannot have same user list id but different operators. @param operations the mutate members operations to apply @return a list of UserList objects @throws ApiException when there are one or more errors with the request
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
operations
$element->set_operations($data); $element->get_operations();
METHODS
new
my $element = Google::Ads::AdWords::v201809::AdwordsUserListService::mutateMembers->new($data);
Constructor. The following data structure may be passed to new():
{
operations => $a_reference_to, # see Google::Ads::AdWords::v201809::MutateMembersOperation
},
AUTHOR
Generated by SOAP::WSDL