Class: AdCenterWrapper::SearchQueryPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::SearchQueryPerformanceReportFilter
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7SearchQueryPerformanceReportFilter
adStatus - (any)
adType - (any)
campaignStatus - (any)
deliveredMatchType - (any)
languageAndRegion - (any)
searchQueries - AdCenterWrapper::ArrayOfstring
Instance Attribute Summary collapse
-
#adStatus ⇒ Object
Returns the value of attribute adStatus.
-
#adType ⇒ Object
Returns the value of attribute adType.
-
#campaignStatus ⇒ Object
Returns the value of attribute campaignStatus.
-
#deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
-
#searchQueries ⇒ Object
Returns the value of attribute searchQueries.
Instance Method Summary collapse
-
#initialize(adStatus = nil, adType = nil, campaignStatus = nil, deliveredMatchType = nil, languageAndRegion = nil, searchQueries = nil) ⇒ SearchQueryPerformanceReportFilter
constructor
A new instance of SearchQueryPerformanceReportFilter.
Constructor Details
#initialize(adStatus = nil, adType = nil, campaignStatus = nil, deliveredMatchType = nil, languageAndRegion = nil, searchQueries = nil) ⇒ SearchQueryPerformanceReportFilter
Returns a new instance of SearchQueryPerformanceReportFilter.
6351 6352 6353 6354 6355 6356 6357 6358 |
# File 'lib/adcenter_wrapper_entities.rb', line 6351 def initialize(adStatus = nil, adType = nil, campaignStatus = nil, deliveredMatchType = nil, languageAndRegion = nil, searchQueries = nil) @adStatus = adStatus @adType = adType @campaignStatus = campaignStatus @deliveredMatchType = deliveredMatchType @languageAndRegion = languageAndRegion @searchQueries = searchQueries end |
Instance Attribute Details
#adStatus ⇒ Object
Returns the value of attribute adStatus.
6344 6345 6346 |
# File 'lib/adcenter_wrapper_entities.rb', line 6344 def adStatus @adStatus end |
#adType ⇒ Object
Returns the value of attribute adType.
6345 6346 6347 |
# File 'lib/adcenter_wrapper_entities.rb', line 6345 def adType @adType end |
#campaignStatus ⇒ Object
Returns the value of attribute campaignStatus.
6346 6347 6348 |
# File 'lib/adcenter_wrapper_entities.rb', line 6346 def campaignStatus @campaignStatus end |
#deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
6347 6348 6349 |
# File 'lib/adcenter_wrapper_entities.rb', line 6347 def deliveredMatchType @deliveredMatchType end |
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
6348 6349 6350 |
# File 'lib/adcenter_wrapper_entities.rb', line 6348 def languageAndRegion @languageAndRegion end |
#searchQueries ⇒ Object
Returns the value of attribute searchQueries.
6349 6350 6351 |
# File 'lib/adcenter_wrapper_entities.rb', line 6349 def searchQueries @searchQueries end |