Class: AdWords::V200909::BulkMutateJobService::AdScheduleTargetList
- Inherits:
-
TargetList
- Object
- TargetList
- AdWords::V200909::BulkMutateJobService::AdScheduleTargetList
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
AdScheduleTargetList
-
campaignId - SOAP::SOAPLong
-
targetList_Type - SOAP::SOAPString
-
targets - AdWords::V200909::BulkMutateJobService::AdScheduleTarget
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 = []) ⇒ AdScheduleTargetList
constructor
A new instance of AdScheduleTargetList.
Constructor Details
#initialize(campaignId = nil, targetList_Type = nil, targets = []) ⇒ AdScheduleTargetList
Returns a new instance of AdScheduleTargetList.
3584 3585 3586 3587 3588 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3584 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.
3580 3581 3582 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3580 def campaignId @campaignId end |
#targetList_Type ⇒ Object
Returns the value of attribute targetList_Type.
3581 3582 3583 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3581 def targetList_Type @targetList_Type end |
#targets ⇒ Object
Returns the value of attribute targets.
3582 3583 3584 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3582 def targets @targets end |