Class: AdCenterWrapper::GetDeviceOSTargetsByIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetDeviceOSTargetsByIdsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetDeviceOSTargetsByIdsResponse
targetAssociations - AdCenterWrapper::ArrayOfTargetAssociation
Instance Attribute Summary collapse
-
#targetAssociations ⇒ Object
Returns the value of attribute targetAssociations.
Instance Method Summary collapse
-
#initialize(targetAssociations = nil) ⇒ GetDeviceOSTargetsByIdsResponse
constructor
A new instance of GetDeviceOSTargetsByIdsResponse.
Constructor Details
permalink #initialize(targetAssociations = nil) ⇒ GetDeviceOSTargetsByIdsResponse
Returns a new instance of GetDeviceOSTargetsByIdsResponse.
3255 3256 3257 |
# File 'lib/CampaignManagementService.rb', line 3255 def initialize(targetAssociations = nil) @targetAssociations = targetAssociations end |
Instance Attribute Details
permalink #targetAssociations ⇒ Object
Returns the value of attribute targetAssociations.
3253 3254 3255 |
# File 'lib/CampaignManagementService.rb', line 3253 def targetAssociations @targetAssociations end |