NAME
Google::Ads::AdWords::v201502::ManagedCustomerService::mutateLabel
DESCRIPTION
Perl data type class for the XML Schema defined element mutateLabel from the namespace https://adwords.google.com/api/adwords/mcm/v201502.
Adds {@link com.google.ads.api.services.mcm.common.labels.Label}s to, and removes {@linkplain Label}s from, {@link ManagedCustomer}s. <p>To add a {@linkplain Label} to a {@linkplain ManagedCustomer}, use {@link Operator#ADD}. To remove a {@linkplain Label} from a {@linkplain ManagedCustomer}, use {@link Operator#REMOVE}. <p>The label must already exist (see {@link com.google.ads.api.services.mcm.labels.AccountLabelService.mutate} for how to create them) and be owned by the authenticated user. <p>The {@linkplain ManagedCustomer} must already exist and be managed by the customer making the request (either directly or indirectly). <p>A label may be applied to at most 1000 customers. <p>This method does not support partial failures, and will fail if any operation is invalid.
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::v201502::ManagedCustomerService::mutateLabel->new($data);
Constructor. The following data structure may be passed to new():
{
operations => $a_reference_to, # see Google::Ads::AdWords::v201502::ManagedCustomerLabelOperation
},
AUTHOR
Generated by SOAP::WSDL