Class: AdCenterWrapper::DestinationUrlPerformanceReportFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/ReportingService.rb

Overview

https://adcenter.microsoft.com/v8DestinationUrlPerformanceReportFilter

adDistribution - (any)
deviceType - (any)
languageAndRegion - (any)
languageCode - AdCenterWrapper::ArrayOfstring

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DestinationUrlPerformanceReportFilter.

[View source]

773
774
775
776
777
778
# File 'lib/ReportingService.rb', line 773

def initialize(adDistribution = nil, deviceType = nil, languageAndRegion = nil, languageCode = nil)
  @adDistribution = adDistribution
  @deviceType = deviceType
  @languageAndRegion = languageAndRegion
  @languageCode = languageCode
end

Instance Attribute Details

#adDistributionObject

Returns the value of attribute adDistribution.


768
769
770
# File 'lib/ReportingService.rb', line 768

def adDistribution
  @adDistribution
end

#deviceTypeObject

Returns the value of attribute deviceType.


769
770
771
# File 'lib/ReportingService.rb', line 769

def deviceType
  @deviceType
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.


770
771
772
# File 'lib/ReportingService.rb', line 770

def languageAndRegion
  @languageAndRegion
end

#languageCodeObject

Returns the value of attribute languageCode.


771
772
773
# File 'lib/ReportingService.rb', line 771

def languageCode
  @languageCode
end