Class: AdCenterWrapper::AdGroupPerformanceReportFilter

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(adDistribution = nil, deviceType = nil, languageAndRegion = nil, languageCode = nil, status = nil) ⇒ AdGroupPerformanceReportFilter

Returns a new instance of AdGroupPerformanceReportFilter.

[View source]

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

#adDistributionObject

Returns the value of attribute adDistribution.


1140
1141
1142
# File 'lib/ReportingService.rb', line 1140

def adDistribution
  @adDistribution
end

#deviceTypeObject

Returns the value of attribute deviceType.


1141
1142
1143
# File 'lib/ReportingService.rb', line 1141

def deviceType
  @deviceType
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.


1142
1143
1144
# File 'lib/ReportingService.rb', line 1142

def languageAndRegion
  @languageAndRegion
end

#languageCodeObject

Returns the value of attribute languageCode.


1143
1144
1145
# File 'lib/ReportingService.rb', line 1143

def languageCode
  @languageCode
end

#statusObject

Returns the value of attribute status.


1144
1145
1146
# File 'lib/ReportingService.rb', line 1144

def status
  @status
end