Class: AdWords::V200909::BulkMutateJobService::TargetList
- Inherits:
-
Object
- Object
- AdWords::V200909::BulkMutateJobService::TargetList
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
TargetList abstract
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
Direct Known Subclasses
AdScheduleTargetList, DemographicTargetList, GeoTargetList, LanguageTargetList, NetworkTargetList, PlatformTargetList
Instance Attribute Summary collapse
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
Instance Method Summary collapse
-
#initialize(campaignId = nil, targetList_Type = nil) ⇒ TargetList
constructor
A new instance of TargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil) ⇒ TargetList
Returns a new instance of TargetList.
3569 3570 3571 3572 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3569 def initialize(campaignId = nil, targetList_Type = nil) @campaignId = campaignId @targetList_Type = targetList_Type end |
Instance Attribute Details
#campaignId ⇒ Object
Returns the value of attribute campaignId.
3566 3567 3568 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3566 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
3567 3568 3569 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3567 def targetList_Type @targetList_Type end |