Class: AdCenterWrapper::TacticChannelReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::TacticChannelReportFilter
- 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
-
#channelIds ⇒ Object
Returns the value of attribute channelIds.
-
#tacticIds ⇒ Object
Returns the value of attribute tacticIds.
-
#thirdPartyAdGroupIds ⇒ Object
Returns the value of attribute thirdPartyAdGroupIds.
-
#thirdPartyCampaignIds ⇒ Object
Returns the value of attribute thirdPartyCampaignIds.
Instance Method Summary collapse
-
#initialize(channelIds = nil, tacticIds = nil, thirdPartyAdGroupIds = nil, thirdPartyCampaignIds = nil) ⇒ TacticChannelReportFilter
constructor
A new instance of TacticChannelReportFilter.
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
#channelIds ⇒ Object
Returns the value of attribute channelIds.
6070 6071 6072 |
# File 'lib/adcenter_wrapper_entities.rb', line 6070 def channelIds @channelIds end |
#tacticIds ⇒ Object
Returns the value of attribute tacticIds.
6071 6072 6073 |
# File 'lib/adcenter_wrapper_entities.rb', line 6071 def tacticIds @tacticIds end |
#thirdPartyAdGroupIds ⇒ Object
Returns the value of attribute thirdPartyAdGroupIds.
6072 6073 6074 |
# File 'lib/adcenter_wrapper_entities.rb', line 6072 def thirdPartyAdGroupIds @thirdPartyAdGroupIds end |
#thirdPartyCampaignIds ⇒ Object
Returns the value of attribute thirdPartyCampaignIds.
6073 6074 6075 |
# File 'lib/adcenter_wrapper_entities.rb', line 6073 def thirdPartyCampaignIds @thirdPartyCampaignIds end |