Class: AdCenterWrapper::GetDeviceOSTargetsByIdsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/CampaignManagementService.rb

Overview

https://adcenter.microsoft.com/v8GetDeviceOSTargetsByIdsRequest

targetIds - AdCenterWrapper::ArrayOflong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(targetIds = nil) ⇒ GetDeviceOSTargetsByIdsRequest

Returns a new instance of GetDeviceOSTargetsByIdsRequest.

[View source]

3245
3246
3247
# File 'lib/CampaignManagementService.rb', line 3245

def initialize(targetIds = nil)
  @targetIds = targetIds
end

Instance Attribute Details

#targetIdsObject

Returns the value of attribute targetIds.


3243
3244
3245
# File 'lib/CampaignManagementService.rb', line 3243

def targetIds
  @targetIds
end