NAME
Google::Ads::AdWords::v201109_1::BulkMutateJobService::mutate
DESCRIPTION
Perl data type class for the XML Schema defined element mutate from the namespace https://adwords.google.com/api/adwords/cm/v201109_1.
Adds or updates a bulk mutate job. <p>Use the «ADD» operator to submit a new job, and the «SET» operator to add additional {@linkplain BulkMutateRequest request parts} to an existing job. The «DELETE» operator is not supported. From v201008 and later, use the «REMOVE» 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::v201109_1::BulkMutateJobService::mutate->new($data);
Constructor. The following data structure may be passed to new():
{
operation => $a_reference_to, # see Google::Ads::AdWords::v201109_1::JobOperation
},
AUTHOR
Generated by SOAP::WSDL