TargetList abstract
- campaignId - SOAP::SOAPLong
- targetList_Type - SOAP::SOAPString
Methods
- N
Attributes
[RW] | campaignId | |
[RW] | targetList_Type |
Class Public methods
Source: show
# File lib/adwords4r/v200906/CampaignTargetService.rb, line 841 def initialize(campaignId = nil, targetList_Type = nil) @campaignId = campaignId @targetList_Type = targetList_Type end