Class: AdCenterWrapper::AdGroupPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::AdGroupPerformanceReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8AdGroupPerformanceReportFilter
adDistribution - (any)
deviceType - (any)
languageAndRegion - (any)
languageCode - AdCenterWrapper::ArrayOfstring
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.
-
#languageCode ⇒ Object
Returns the value of attribute languageCode.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, deviceType = nil, languageAndRegion = nil, languageCode = nil, status = nil) ⇒ AdGroupPerformanceReportFilter
constructor
A new instance of AdGroupPerformanceReportFilter.
Constructor Details
permalink #initialize(adDistribution = nil, deviceType = nil, languageAndRegion = nil, languageCode = nil, status = nil) ⇒ AdGroupPerformanceReportFilter
Returns a new instance of AdGroupPerformanceReportFilter.
1146 1147 1148 1149 1150 1151 1152 |
# File 'lib/ReportingService.rb', line 1146 def initialize(adDistribution = nil, deviceType = nil, languageAndRegion = nil, languageCode = nil, status = nil) @adDistribution = adDistribution @deviceType = deviceType @languageAndRegion = languageAndRegion @languageCode = languageCode @status = status end |
Instance Attribute Details
permalink #adDistribution ⇒ Object
Returns the value of attribute adDistribution.
1140 1141 1142 |
# File 'lib/ReportingService.rb', line 1140 def adDistribution @adDistribution end |
permalink #deviceType ⇒ Object
Returns the value of attribute deviceType.
1141 1142 1143 |
# File 'lib/ReportingService.rb', line 1141 def deviceType @deviceType end |
permalink #languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
1142 1143 1144 |
# File 'lib/ReportingService.rb', line 1142 def languageAndRegion @languageAndRegion end |
permalink #languageCode ⇒ Object
Returns the value of attribute languageCode.
1143 1144 1145 |
# File 'lib/ReportingService.rb', line 1143 def languageCode @languageCode end |
permalink #status ⇒ Object
Returns the value of attribute status.
1144 1145 1146 |
# File 'lib/ReportingService.rb', line 1144 def status @status end |