Class: AdCenterWrapper::GetDeviceOSTargetsByIdsResponse

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

Overview

https://adcenter.microsoft.com/v8GetDeviceOSTargetsByIdsResponse

targetAssociations - AdCenterWrapper::ArrayOfTargetAssociation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(targetAssociations = nil) ⇒ GetDeviceOSTargetsByIdsResponse

Returns a new instance of GetDeviceOSTargetsByIdsResponse.

[View source]

3255
3256
3257
# File 'lib/CampaignManagementService.rb', line 3255

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

Instance Attribute Details

#targetAssociationsObject

Returns the value of attribute targetAssociations.


3253
3254
3255
# File 'lib/CampaignManagementService.rb', line 3253

def targetAssociations
  @targetAssociations
end