Class: AdCenterWrapper::TacticChannelReportFilter

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

Overview

https://adcenter.microsoft.com/v7TacticChannelReportFilter

channelIds - AdCenterWrapper::ArrayOflong
tacticIds - AdCenterWrapper::ArrayOflong
thirdPartyAdGroupIds - AdCenterWrapper::ArrayOflong
thirdPartyCampaignIds - AdCenterWrapper::ArrayOflong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(channelIds = nil, tacticIds = nil, thirdPartyAdGroupIds = nil, thirdPartyCampaignIds = nil) ⇒ TacticChannelReportFilter

Returns a new instance of TacticChannelReportFilter.



6075
6076
6077
6078
6079
6080
# File 'lib/adcenter_wrapper_entities.rb', line 6075

def initialize(channelIds = nil, tacticIds = nil, thirdPartyAdGroupIds = nil, thirdPartyCampaignIds = nil)
  @channelIds = channelIds
  @tacticIds = tacticIds
  @thirdPartyAdGroupIds = thirdPartyAdGroupIds
  @thirdPartyCampaignIds = thirdPartyCampaignIds
end

Instance Attribute Details

#channelIdsObject

Returns the value of attribute channelIds.



6070
6071
6072
# File 'lib/adcenter_wrapper_entities.rb', line 6070

def channelIds
  @channelIds
end

#tacticIdsObject

Returns the value of attribute tacticIds.



6071
6072
6073
# File 'lib/adcenter_wrapper_entities.rb', line 6071

def tacticIds
  @tacticIds
end

#thirdPartyAdGroupIdsObject

Returns the value of attribute thirdPartyAdGroupIds.



6072
6073
6074
# File 'lib/adcenter_wrapper_entities.rb', line 6072

def thirdPartyAdGroupIds
  @thirdPartyAdGroupIds
end

#thirdPartyCampaignIdsObject

Returns the value of attribute thirdPartyCampaignIds.



6073
6074
6075
# File 'lib/adcenter_wrapper_entities.rb', line 6073

def thirdPartyCampaignIds
  @thirdPartyCampaignIds
end