Class: AdCenterWrapper::AdDynamicTextPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::AdDynamicTextPerformanceReportFilter
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AdDynamicTextPerformanceReportFilter
adDistribution - (any)
adType - (any)
languageAndRegion - (any)
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#adType ⇒ Object
Returns the value of attribute adType.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, adType = nil, languageAndRegion = nil) ⇒ AdDynamicTextPerformanceReportFilter
constructor
A new instance of AdDynamicTextPerformanceReportFilter.
Constructor Details
#initialize(adDistribution = nil, adType = nil, languageAndRegion = nil) ⇒ AdDynamicTextPerformanceReportFilter
Returns a new instance of AdDynamicTextPerformanceReportFilter.
5919 5920 5921 5922 5923 |
# File 'lib/adcenter_wrapper_entities.rb', line 5919 def initialize(adDistribution = nil, adType = nil, languageAndRegion = nil) @adDistribution = adDistribution @adType = adType @languageAndRegion = languageAndRegion end |
Instance Attribute Details
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
5915 5916 5917 |
# File 'lib/adcenter_wrapper_entities.rb', line 5915 def adDistribution @adDistribution end |
#adType ⇒ Object
Returns the value of attribute adType.
5916 5917 5918 |
# File 'lib/adcenter_wrapper_entities.rb', line 5916 def adType @adType end |
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
5917 5918 5919 |
# File 'lib/adcenter_wrapper_entities.rb', line 5917 def languageAndRegion @languageAndRegion end |