NAME
Google::Ads::AdWords::v201402::CustomerService::mutate
DESCRIPTION
Perl data type class for the XML Schema defined element mutate from the namespace https://adwords.google.com/api/adwords/mcm/v201402.
Update an authorized customer. The only update currently provided is to enable or disable <a href="https://support.google.com/analytics/answer/1033981?hl=en"> auto-tagging </a>; see that link for special cases affecting the use of auto-tagging. @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::v201402::CustomerService::mutate->new($data);
Constructor. The following data structure may be passed to new():
{
customer => $a_reference_to, # see Google::Ads::AdWords::v201402::Customer
},
AUTHOR
Generated by SOAP::WSDL