Class: AdCenterWrapper::KeywordPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::KeywordPerformanceReportFilter
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7KeywordPerformanceReportFilter
adDistribution - (any)
adType - (any)
bidMatchType - (any)
cashback - (any)
deliveredMatchType - (any)
keywords - AdCenterWrapper::ArrayOfstring
languageAndRegion - (any)
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#adType ⇒ Object
Returns the value of attribute adType.
-
#bidMatchType ⇒ Object
Returns the value of attribute bidMatchType.
-
#cashback ⇒ Object
Returns the value of attribute cashback.
-
#deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, adType = nil, bidMatchType = nil, cashback = nil, deliveredMatchType = nil, keywords = nil, languageAndRegion = nil) ⇒ KeywordPerformanceReportFilter
constructor
A new instance of KeywordPerformanceReportFilter.
Constructor Details
#initialize(adDistribution = nil, adType = nil, bidMatchType = nil, cashback = nil, deliveredMatchType = nil, keywords = nil, languageAndRegion = nil) ⇒ KeywordPerformanceReportFilter
Returns a new instance of KeywordPerformanceReportFilter.
6032 6033 6034 6035 6036 6037 6038 6039 6040 |
# File 'lib/adcenter_wrapper_entities.rb', line 6032 def initialize(adDistribution = nil, adType = nil, bidMatchType = nil, cashback = nil, deliveredMatchType = nil, keywords = nil, languageAndRegion = nil) @adDistribution = adDistribution @adType = adType @bidMatchType = bidMatchType @cashback = cashback @deliveredMatchType = deliveredMatchType @keywords = keywords @languageAndRegion = languageAndRegion end |
Instance Attribute Details
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
6024 6025 6026 |
# File 'lib/adcenter_wrapper_entities.rb', line 6024 def adDistribution @adDistribution end |
#adType ⇒ Object
Returns the value of attribute adType.
6025 6026 6027 |
# File 'lib/adcenter_wrapper_entities.rb', line 6025 def adType @adType end |
#bidMatchType ⇒ Object
Returns the value of attribute bidMatchType.
6026 6027 6028 |
# File 'lib/adcenter_wrapper_entities.rb', line 6026 def bidMatchType @bidMatchType end |
#cashback ⇒ Object
Returns the value of attribute cashback.
6027 6028 6029 |
# File 'lib/adcenter_wrapper_entities.rb', line 6027 def cashback @cashback end |
#deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
6028 6029 6030 |
# File 'lib/adcenter_wrapper_entities.rb', line 6028 def deliveredMatchType @deliveredMatchType end |
#keywords ⇒ Object
Returns the value of attribute keywords.
6029 6030 6031 |
# File 'lib/adcenter_wrapper_entities.rb', line 6029 def keywords @keywords end |
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
6030 6031 6032 |
# File 'lib/adcenter_wrapper_entities.rb', line 6030 def languageAndRegion @languageAndRegion end |