Service
MutateJobService
Inheritance
JobSelector
▼
BulkMutateJobSelector
Specifies additional criteria for selecting bulk mutate jobs.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201306
- Fields
Field | Type | Description |
---|---|---|
JobSelector (inherited) | ||
includeHistory |
xsd:boolean
|
Indicates if the event history should be included in each of the returned jobs. |
includeStats |
xsd:boolean
|
Indicates if the processing statistics should be included in each of the returned jobs. |
JobSelector.Type |
xsd:string
|
Indicates that this instance is a subtype of JobSelector. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |
BulkMutateJobSelector | ||
jobIds ContentsDistinct
ContentsNotNull
Required
|
xsd:long[]
|
The list of jobs, specified by IDs, to be selected.
This field must contain distinct elements.
This field must not contain null elements.
This field is required and should not be null .
|
resultPartIndex InRange
|
xsd:int
|
The index of the result part to include with in the returned jobs.
null indicates that no result part is to be included.
Only set this field if the selector specifies exactly one job using jobIds (a request part can be retrieved for only one job at a time). This field must be greater than or equal to 0. |