NAME
Google::Ads::AdWords::v201109::BulkMutateJobSelector
DESCRIPTION
Perl data type class for the XML Schema defined complexType BulkMutateJobSelector from the namespace https://adwords.google.com/api/adwords/cm/v201109.
Specifies additional criteria for selecting bulk mutate jobs.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
jobIds
jobStatuses
resultPartIndex
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201109::BulkMutateJobSelector
jobIds => $some_value, # long
jobStatuses => $some_value, # BasicJobStatus
resultPartIndex => $some_value, # int
},
AUTHOR
Generated by SOAP::WSDL