Class: AdCenterWrapper::AdGroupPerformanceReportFilter

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

Instance Method Summary collapse

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

#adDistributionObject

Returns the value of attribute adDistribution.



6153
6154
6155
# File 'lib/adcenter_wrapper_entities.rb', line 6153

def adDistribution
  @adDistribution
end

#deviceTypeObject

Returns the value of attribute deviceType.



6154
6155
6156
# File 'lib/adcenter_wrapper_entities.rb', line 6154

def deviceType
  @deviceType
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.



6155
6156
6157
# File 'lib/adcenter_wrapper_entities.rb', line 6155

def languageAndRegion
  @languageAndRegion
end

#statusObject

Returns the value of attribute status.



6156
6157
6158
# File 'lib/adcenter_wrapper_entities.rb', line 6156

def status
  @status
end