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

NAME

Google::Ads::AdWords::v201206::BulkMutateJobService::mutate

DESCRIPTION

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

Adds or updates a bulk mutate job. <p>Use the &laquo;ADD&raquo; operator to submit a new job, and the &laquo;SET&raquo; operator to add additional {@linkplain BulkMutateRequest request parts} to an existing job. The &laquo;DELETE&raquo; operator is not supported. From v201008 and later, use the &laquo;REMOVE&raquo; operator to cancel a job. Only jobs that still have pending additions of request parts may be canceled.</p> <p class="note"><b>Note:</b> In the current implementation, the check for duplicate job keys is only "best effort", and may not prevent jobs with the same keys from being accepted if they are submitted around the same instant.</p> @param operation The operation to perform. @throws ApiException if problems occurred while creating or updating jobs @return The added or updated bulk mutate job.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • operation

     $element->set_operation($data);
     $element->get_operation();

METHODS

new

 my $element = Google::Ads::AdWords::v201206::BulkMutateJobService::mutate->new($data);

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

 {
   operation =>  $a_reference_to, # see Google::Ads::AdWords::v201206::JobOperation
 },

AUTHOR

Generated by SOAP::WSDL