Methods
N
Attributes
[RW] target_Type
[RW] platformType
Class Public methods
new(target_Type = nil, platformType = nil)
     # File lib/adwords4r/v200909/CampaignTargetService.rb, line 170
170:   def initialize(target_Type = nil, platformType = nil)
171:     @target_Type = target_Type
172:     @platformType = platformType
173:   end