NAME
Google::Ads::AdWords::v201409::CustomerService::mutate
DESCRIPTION
Perl data type class for the XML Schema defined element mutate from the namespace https://adwords.google.com/api/adwords/mcm/v201409.
Update the authorized customer. <p>While there are a limited set of properties available to update, please read this <a href="https://support.google.com/analytics/answer/1033981">help center article on auto-tagging</a> before updating {@code customer.autoTaggingEnabled}. @param customer the requested updated value for the customer. @throws ApiException
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
customer
$element->set_customer($data); $element->get_customer();
METHODS
new
my $element = Google::Ads::AdWords::v201409::CustomerService::mutate->new($data);
Constructor. The following data structure may be passed to new():
{
customer => $a_reference_to, # see Google::Ads::AdWords::v201409::Customer
},
AUTHOR
Generated by SOAP::WSDL