NAME
Google::Ads::AdWords::v201809::ListOperations
DESCRIPTION
Perl data type class for the XML Schema defined complexType ListOperations from the namespace https://adwords.google.com/api/adwords/cm/v201809.
Describes the behavior of elements in a list. Instances of ListOperations will always be defined alongside some list in an API POJO. The number of operators in the ListOperations must be equal to the number of elements in the POJO list. Each operator, together with its corresponding list element, describe an intended change. <p>For example, if in a request Campaign.selectiveOptimization contains 2 conversionTypeIds, and the conversionTypeIdsOps is non-null, it must contain 2 operators. If those operators are {PUT, REMOVE} then the API will add the first conversionTypeId (if it doesn't already exist) and remove the second conversionTypeId (if it exists).
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
clear
operators
METHODS
new
Constructor. The following data structure may be passed to new():
AUTHOR
Generated by SOAP::WSDL