BulkMutateJobSelector

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)
# 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