- campaignId - SOAP::SOAPLong
- targetList_Type - SOAP::SOAPString
- targets - AdWords::V200909::BulkMutateJobService::NetworkTarget
Methods
- N
Attributes
[RW] | campaignId | |
[RW] | targetList_Type | |
[RW] | targets |
Class Public methods
Source: show
# File lib/adwords4r/v200909/BulkMutateJobService.rb, line 3646 def initialize(campaignId = nil, targetList_Type = nil, targets = []) @campaignId = campaignId @targetList_Type = targetList_Type @targets = targets end