Class: AdWords::V200909::BulkMutateJobService::LanguageTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V200909::BulkMutateJobService::LanguageTargetList
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
LanguageTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::V200909::BulkMutateJobService::LanguageTarget
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 = []) ⇒ LanguageTargetList
constructor
A new instance of LanguageTargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ LanguageTargetList
Returns a new instance of LanguageTargetList.
3632 3633 3634 3635 3636 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3632 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.
3628 3629 3630 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3628 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
3629 3630 3631 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3629 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
3630 3631 3632 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3630 def targets @targets end |