Class: AdWords::V200909::BulkMutateJobService::NetworkTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V200909::BulkMutateJobService::NetworkTargetList
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
NetworkTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::V200909::BulkMutateJobService::NetworkTarget
Instance Attribute Summary collapse
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
-
#targets ⇒ Object
Returns the value of attribute targets.
Instance Method Summary collapse
-
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ NetworkTargetList
constructor
A new instance of NetworkTargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ NetworkTargetList
Returns a new instance of NetworkTargetList.
3648 3649 3650 3651 3652 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3648 def initialize(campaignId = nil, targetList_Type = nil, targets = []) @campaignId = campaignId @targetList_Type = targetList_Type @targets = targets end |
Instance Attribute Details
#campaignId ⇒ Object
Returns the value of attribute campaignId.
3644 3645 3646 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3644 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
3645 3646 3647 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3645 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
3646 3647 3648 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3646 def targets @targets end |