Methods
N
Attributes
[RW] target_Type
[RW] platformType
Class Public methods
new(target_Type = nil, platformType = nil)
# File lib/adwords4r/v200906/TargetingIdeaService.rb, line 285
  def initialize(target_Type = nil, platformType = nil)
    @target_Type = target_Type
    @platformType = platformType
  end