The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Ads::AdWords::v201607::CustomerService::mutate

DESCRIPTION

Perl data type class for the XML Schema defined element mutate from the namespace https://adwords.google.com/api/adwords/mcm/v201607.

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::v201607::CustomerService::mutate->new($data);

Constructor. The following data structure may be passed to new():

 {
   customer =>  $a_reference_to, # see Google::Ads::AdWords::v201607::Customer
 },

AUTHOR

Generated by SOAP::WSDL