Class: AdCenterWrapper::GetDeviceOSTargetsByIdsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetDeviceOSTargetsByIdsRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetDeviceOSTargetsByIdsRequest
targetIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#targetIds ⇒ Object
Returns the value of attribute targetIds.
Instance Method Summary collapse
-
#initialize(targetIds = nil) ⇒ GetDeviceOSTargetsByIdsRequest
constructor
A new instance of GetDeviceOSTargetsByIdsRequest.
Constructor Details
permalink #initialize(targetIds = nil) ⇒ GetDeviceOSTargetsByIdsRequest
Returns a new instance of GetDeviceOSTargetsByIdsRequest.
3245 3246 3247 |
# File 'lib/CampaignManagementService.rb', line 3245 def initialize(targetIds = nil) @targetIds = targetIds end |
Instance Attribute Details
permalink #targetIds ⇒ Object
Returns the value of attribute targetIds.
3243 3244 3245 |
# File 'lib/CampaignManagementService.rb', line 3243 def targetIds @targetIds end |