PlatformTargetList

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