Class: AdWords::V200909::BulkMutateJobService::BulkMutateJobSelector

Inherits:
JobSelector
  • Object
show all
Defined in:
lib/adwords4r/v200909/BulkMutateJobService.rb

Overview

BulkMutateJobSelector

  • customerJobKeys - SOAP::SOAPString

  • includeHistory - SOAP::SOAPBoolean

  • includeStats - SOAP::SOAPBoolean

  • jobSelector_Type - SOAP::SOAPString

  • jobIds - SOAP::SOAPLong

  • jobStatuses - AdWords::V200909::BulkMutateJobService::BasicJobStatus

  • resultPartIndex - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customerJobKeys = [], includeHistory = nil, includeStats = nil, jobSelector_Type = nil, jobIds = [], jobStatuses = [], resultPartIndex = nil) ⇒ BulkMutateJobSelector

Returns a new instance of BulkMutateJobSelector.



2431
2432
2433
2434
2435
2436
2437
2438
2439
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2431

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

Instance Attribute Details

#customerJobKeysObject

Returns the value of attribute customerJobKeys.



2423
2424
2425
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2423

def customerJobKeys
  @customerJobKeys
end

#includeHistoryObject

Returns the value of attribute includeHistory.



2424
2425
2426
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2424

def includeHistory
  @includeHistory
end

#includeStatsObject

Returns the value of attribute includeStats.



2425
2426
2427
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2425

def includeStats
  @includeStats
end

#jobIdsObject

Returns the value of attribute jobIds.



2427
2428
2429
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2427

def jobIds
  @jobIds
end

#jobSelector_TypeObject

Returns the value of attribute jobSelector_Type.



2426
2427
2428
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2426

def jobSelector_Type
  @jobSelector_Type
end

#jobStatusesObject

Returns the value of attribute jobStatuses.



2428
2429
2430
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2428

def jobStatuses
  @jobStatuses
end

#resultPartIndexObject

Returns the value of attribute resultPartIndex.



2429
2430
2431
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2429

def resultPartIndex
  @resultPartIndex
end