Class: AdCenterWrapper::GetTargetsByIdsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetTargetsByIdsRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetTargetsByIdsRequest
targetIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#targetIds ⇒ Object
Returns the value of attribute targetIds.
Instance Method Summary collapse
-
#initialize(targetIds = nil) ⇒ GetTargetsByIdsRequest
constructor
A new instance of GetTargetsByIdsRequest.
Constructor Details
permalink #initialize(targetIds = nil) ⇒ GetTargetsByIdsRequest
Returns a new instance of GetTargetsByIdsRequest.
3225 3226 3227 |
# File 'lib/CampaignManagementService.rb', line 3225 def initialize(targetIds = nil) @targetIds = targetIds end |
Instance Attribute Details
permalink #targetIds ⇒ Object
Returns the value of attribute targetIds.
3223 3224 3225 |
# File 'lib/CampaignManagementService.rb', line 3223 def targetIds @targetIds end |