Class: AdCenterWrapper::UpdateDeviceOSTargetsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateDeviceOSTargetsRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8UpdateDeviceOSTargetsRequest
targetAssociations - AdCenterWrapper::ArrayOfTargetAssociation
Instance Attribute Summary collapse
-
#targetAssociations ⇒ Object
Returns the value of attribute targetAssociations.
Instance Method Summary collapse
-
#initialize(targetAssociations = nil) ⇒ UpdateDeviceOSTargetsRequest
constructor
A new instance of UpdateDeviceOSTargetsRequest.
Constructor Details
permalink #initialize(targetAssociations = nil) ⇒ UpdateDeviceOSTargetsRequest
Returns a new instance of UpdateDeviceOSTargetsRequest.
3177 3178 3179 |
# File 'lib/CampaignManagementService.rb', line 3177 def initialize(targetAssociations = nil) @targetAssociations = targetAssociations end |
Instance Attribute Details
permalink #targetAssociations ⇒ Object
Returns the value of attribute targetAssociations.
3175 3176 3177 |
# File 'lib/CampaignManagementService.rb', line 3175 def targetAssociations @targetAssociations end |