- target_Type - SOAP::SOAPString
- carrierName - SOAP::SOAPString
- countryCode - SOAP::SOAPString
Methods
- N
Attributes
[RW] | target_Type | |
[RW] | carrierName | |
[RW] | countryCode |
Class Public methods
Source: show
# File lib/adwords4r/v201008/BulkMutateJobService.rb, line 4586 def initialize(target_Type = nil, carrierName = nil, countryCode = nil) @target_Type = target_Type @carrierName = carrierName @countryCode = countryCode end