NAME
Google::Ads::AdWords::v201506::MutateJobService::mutate
DESCRIPTION
Perl data type class for the XML Schema defined element mutate from the namespace https://adwords.google.com/api/adwords/cm/v201506.
Simplified way of submitting a mutation job. The provided list of operations, if valid, will create a new job with a unique id, which will be returned. This id can later be used in invocations of {@link #get} and {@link #getResult}. Policy can optionally be specified. <p>When this method returns with success, the job will be in {@code PROCESSING} or {@code PENDING} state and no further action is needed for the job to get executed.</p>
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
operations
$element->set_operations($data); $element->get_operations();
policy
$element->set_policy($data); $element->get_policy();
METHODS
new
my $element = Google::Ads::AdWords::v201506::MutateJobService::mutate->new($data);
Constructor. The following data structure may be passed to new():
{
operations => $a_reference_to, # see Google::Ads::AdWords::v201506::Operation
policy => $a_reference_to, # see Google::Ads::AdWords::v201506::BulkMutateJobPolicy
},
AUTHOR
Generated by SOAP::WSDL