- customerJobKeys - SOAP::SOAPString
- includeHistory - SOAP::SOAPBoolean
- includeStats - SOAP::SOAPBoolean
- jobSelector_Type - SOAP::SOAPString
- jobIds - SOAP::SOAPLong
- jobStatuses - AdWords::V200909::BulkMutateJobService::BasicJobStatus
- resultPartIndex - SOAP::SOAPInt
Methods
- N
Attributes
[RW] | customerJobKeys | |
[RW] | includeHistory | |
[RW] | includeStats | |
[RW] | jobSelector_Type | |
[RW] | jobIds | |
[RW] | jobStatuses | |
[RW] | resultPartIndex |
Class Public methods
new(customerJobKeys = [], includeHistory = nil, includeStats = nil, jobSelector_Type = nil, jobIds = [], jobStatuses = [], resultPartIndex = nil)
Source: show
# File lib/adwords4r/v200909/BulkMutateJobService.rb, line 2429 def initialize(customerJobKeys = [], includeHistory = nil, includeStats = nil, jobSelector_Type = nil, jobIds = [], jobStatuses = [], resultPartIndex = nil) @customerJobKeys = customerJobKeys @includeHistory = includeHistory @includeStats = includeStats @jobSelector_Type = jobSelector_Type @jobIds = jobIds @jobStatuses = jobStatuses @resultPartIndex = resultPartIndex end