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