TargetList abstract

Methods
N
Attributes
[RW] campaignId
[RW] targetList_Type
Class Public methods
new(campaignId = nil, targetList_Type = nil)
# File lib/adwords4r/v200906/CampaignTargetService.rb, line 841
  def initialize(campaignId = nil, targetList_Type = nil)
    @campaignId = campaignId
    @targetList_Type = targetList_Type
  end