Class: AdWords::V200909::BulkMutateJobService::PlatformTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V200909::BulkMutateJobService::PlatformTargetList
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
PlatformTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::V200909::BulkMutateJobService::PlatformTarget
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 = []) ⇒ PlatformTargetList
constructor
A new instance of PlatformTargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ PlatformTargetList
Returns a new instance of PlatformTargetList.
3664 3665 3666 3667 3668 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3664 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.
3660 3661 3662 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3660 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
3661 3662 3663 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3661 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
3662 3663 3664 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3662 def targets @targets end |