JobSelector abstract

  • customerJobKeys - SOAP::SOAPString
  • includeHistory - SOAP::SOAPBoolean
  • includeStats - SOAP::SOAPBoolean
  • jobSelector_Type - SOAP::SOAPString
Methods
N
Attributes
[RW] customerJobKeys
[RW] includeHistory
[RW] includeStats
[RW] jobSelector_Type
Class Public methods
new(customerJobKeys = [], includeHistory = nil, includeStats = nil, jobSelector_Type = nil)
# File lib/adwords4r/v200909/BulkMutateJobService.rb, line 2404
  def initialize(customerJobKeys = [], includeHistory = nil, includeStats = nil, jobSelector_Type = nil)
    @customerJobKeys = customerJobKeys
    @includeHistory = includeHistory
    @includeStats = includeStats
    @jobSelector_Type = jobSelector_Type
  end