JobSelector abstract

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