target_Type - SOAP::SOAPString
platformName - SOAP::SOAPString
Methods
- N
Attributes
[RW] | target_Type | |
[RW] | platformName |
Class Public methods
Source: show
# File lib/adwords4r/v201003/BulkMutateJobService.rb, line 4066 4066: def initialize(target_Type = nil, platformName = nil) 4067: @target_Type = target_Type 4068: @platformName = platformName 4069: end