Class: AdCenterWrapper::AdGroupPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::AdGroupPerformanceReportFilter
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AdGroupPerformanceReportFilter
adDistribution - (any)
deviceType - (any)
languageAndRegion - (any)
status - (any)
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#deviceType ⇒ Object
Returns the value of attribute deviceType.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, deviceType = nil, languageAndRegion = nil, status = nil) ⇒ AdGroupPerformanceReportFilter
constructor
A new instance of AdGroupPerformanceReportFilter.
Constructor Details
#initialize(adDistribution = nil, deviceType = nil, languageAndRegion = nil, status = nil) ⇒ AdGroupPerformanceReportFilter
Returns a new instance of AdGroupPerformanceReportFilter.
6158 6159 6160 6161 6162 6163 |
# File 'lib/adcenter_wrapper_entities.rb', line 6158 def initialize(adDistribution = nil, deviceType = nil, languageAndRegion = nil, status = nil) @adDistribution = adDistribution @deviceType = deviceType @languageAndRegion = languageAndRegion @status = status end |
Instance Attribute Details
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
6153 6154 6155 |
# File 'lib/adcenter_wrapper_entities.rb', line 6153 def adDistribution @adDistribution end |
#deviceType ⇒ Object
Returns the value of attribute deviceType.
6154 6155 6156 |
# File 'lib/adcenter_wrapper_entities.rb', line 6154 def deviceType @deviceType end |
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
6155 6156 6157 |
# File 'lib/adcenter_wrapper_entities.rb', line 6155 def languageAndRegion @languageAndRegion end |
#status ⇒ Object
Returns the value of attribute status.
6156 6157 6158 |
# File 'lib/adcenter_wrapper_entities.rb', line 6156 def status @status end |