target_Type - SOAP::SOAPString
excluded - SOAP::SOAPBoolean
metroCode - SOAP::SOAPString
Methods
- N
Attributes
[RW] | target_Type | |
[RW] | excluded | |
[RW] | metroCode |
Class Public methods
Source: show
# File lib/adwords4r/v200909/BulkMutateJobService.rb, line 3455 3455: def initialize(target_Type = nil, excluded = nil, metroCode = nil) 3456: @target_Type = target_Type 3457: @excluded = excluded 3458: @metroCode = metroCode 3459: end