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
Source: show
# File lib/adwords4r/v200909/BulkMutateJobService.rb, line 2406 2406: def initialize(customerJobKeys = [], includeHistory = nil, includeStats = nil, jobSelector_Type = nil) 2407: @customerJobKeys = customerJobKeys 2408: @includeHistory = includeHistory 2409: @includeStats = includeStats 2410: @jobSelector_Type = jobSelector_Type 2411: end