Class: AdCenterWrapper::GetAnalyticsTypeRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAnalyticsTypeRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetAnalyticsTypeRequest
accountIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#accountIds ⇒ Object
Returns the value of attribute accountIds.
Instance Method Summary collapse
-
#initialize(accountIds = nil) ⇒ GetAnalyticsTypeRequest
constructor
A new instance of GetAnalyticsTypeRequest.
Constructor Details
permalink #initialize(accountIds = nil) ⇒ GetAnalyticsTypeRequest
Returns a new instance of GetAnalyticsTypeRequest.
2533 2534 2535 |
# File 'lib/CampaignManagementService.rb', line 2533 def initialize(accountIds = nil) @accountIds = accountIds end |
Instance Attribute Details
permalink #accountIds ⇒ Object
Returns the value of attribute accountIds.
2531 2532 2533 |
# File 'lib/CampaignManagementService.rb', line 2531 def accountIds @accountIds end |