Class: AdCenterWrapper::SitePerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::SitePerformanceReportFilter
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7SitePerformanceReportFilter
adDistribution - (any)
adType - (any)
deliveredMatchType - (any)
languageAndRegion - (any)
siteIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#adType ⇒ Object
Returns the value of attribute adType.
-
#deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
-
#siteIds ⇒ Object
Returns the value of attribute siteIds.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, adType = nil, deliveredMatchType = nil, languageAndRegion = nil, siteIds = nil) ⇒ SitePerformanceReportFilter
constructor
A new instance of SitePerformanceReportFilter.
Constructor Details
#initialize(adDistribution = nil, adType = nil, deliveredMatchType = nil, languageAndRegion = nil, siteIds = nil) ⇒ SitePerformanceReportFilter
Returns a new instance of SitePerformanceReportFilter.
6277 6278 6279 6280 6281 6282 6283 |
# File 'lib/adcenter_wrapper_entities.rb', line 6277 def initialize(adDistribution = nil, adType = nil, deliveredMatchType = nil, languageAndRegion = nil, siteIds = nil) @adDistribution = adDistribution @adType = adType @deliveredMatchType = deliveredMatchType @languageAndRegion = languageAndRegion @siteIds = siteIds end |
Instance Attribute Details
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
6271 6272 6273 |
# File 'lib/adcenter_wrapper_entities.rb', line 6271 def adDistribution @adDistribution end |
#adType ⇒ Object
Returns the value of attribute adType.
6272 6273 6274 |
# File 'lib/adcenter_wrapper_entities.rb', line 6272 def adType @adType end |
#deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
6273 6274 6275 |
# File 'lib/adcenter_wrapper_entities.rb', line 6273 def deliveredMatchType @deliveredMatchType end |
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
6274 6275 6276 |
# File 'lib/adcenter_wrapper_entities.rb', line 6274 def languageAndRegion @languageAndRegion end |
#siteIds ⇒ Object
Returns the value of attribute siteIds.
6275 6276 6277 |
# File 'lib/adcenter_wrapper_entities.rb', line 6275 def siteIds @siteIds end |