Class: AdCenterWrapper::GetAnalyticsTypeRequest

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

Overview

https://adcenter.microsoft.com/v8GetAnalyticsTypeRequest

accountIds - AdCenterWrapper::ArrayOflong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountIds = nil) ⇒ GetAnalyticsTypeRequest

Returns a new instance of GetAnalyticsTypeRequest.

[View source]

2533
2534
2535
# File 'lib/CampaignManagementService.rb', line 2533

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

Instance Attribute Details

#accountIdsObject

Returns the value of attribute accountIds.


2531
2532
2533
# File 'lib/CampaignManagementService.rb', line 2531

def accountIds
  @accountIds
end