NAME
Google::Ads::AdWords::v201710::OfflineDataUploadService::mutate
DESCRIPTION
Perl data type class for the XML Schema defined element mutate from the namespace https://adwords.google.com/api/adwords/rm/v201710.
Applies a list of mutate operations (i.e. add, set) to offline data upload: <p>Add - uploads offline data for each entry in operations. Some operations can fail for upload level errors like invalid {@code UploadMetadata}. Check {@code OfflineDataUploadReturnValue} for partial failure list. <p>Set - updates the upload result for each upload. It is for internal use only. <p><b>Note:</b> Add operation might possibly succeed even with errors in {@code OfflineData}. Data errors are reported in {@link OfflineDataUpload#partialDataErrors} <p><b>Note:</b> Supports only the {@code ADD} operator. {@code SET} operator is internally used only.({@code REMOVE} is not supported). @param operations A list of offline data upload operations. @return The list of offline data upload results in the same order as operations. @throws {@link ApiException} if problems occur.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
operations
$element->set_operations($data); $element->get_operations();
METHODS
new
my $element = Google::Ads::AdWords::v201710::OfflineDataUploadService::mutate->new($data);
Constructor. The following data structure may be passed to new():
{
operations => $a_reference_to, # see Google::Ads::AdWords::v201710::OfflineDataUploadOperation
},
AUTHOR
Generated by SOAP::WSDL