NetworkTargetList

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 3648
3648:   def initialize(campaignId = nil, targetList_Type = nil, targets = [])
3649:     @campaignId = campaignId
3650:     @targetList_Type = targetList_Type
3651:     @targets = targets
3652:   end