Class: AdCenterWrapper::SearchQueryPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::SearchQueryPerformanceReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7SearchQueryPerformanceReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::SearchQueryReportAggregation
columns - AdCenterWrapper::ArrayOfSearchQueryPerformanceReportColumn
filter - AdCenterWrapper::SearchQueryPerformanceReportFilter
scope - AdCenterWrapper::AccountThroughAdGroupReportScope
time - AdCenterWrapper::ReportTime
Instance Attribute Summary collapse
-
#aggregation ⇒ Object
Returns the value of attribute aggregation.
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#format ⇒ Object
Returns the value of attribute format.
-
#language ⇒ Object
Returns the value of attribute language.
-
#reportName ⇒ Object
Returns the value of attribute reportName.
-
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Method Summary collapse
-
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ SearchQueryPerformanceReportRequest
constructor
A new instance of SearchQueryPerformanceReportRequest.
Constructor Details
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ SearchQueryPerformanceReportRequest
Returns a new instance of SearchQueryPerformanceReportRequest.
5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 |
# File 'lib/adcenter_wrapper_entities.rb', line 5757 def initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) @format = format @language = language @reportName = reportName @returnOnlyCompleteData = returnOnlyCompleteData @aggregation = aggregation @columns = columns @filter = filter @scope = scope @time = time end |
Instance Attribute Details
#aggregation ⇒ Object
Returns the value of attribute aggregation.
5751 5752 5753 |
# File 'lib/adcenter_wrapper_entities.rb', line 5751 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5752 5753 5754 |
# File 'lib/adcenter_wrapper_entities.rb', line 5752 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5753 5754 5755 |
# File 'lib/adcenter_wrapper_entities.rb', line 5753 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5747 5748 5749 |
# File 'lib/adcenter_wrapper_entities.rb', line 5747 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5748 5749 5750 |
# File 'lib/adcenter_wrapper_entities.rb', line 5748 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5749 5750 5751 |
# File 'lib/adcenter_wrapper_entities.rb', line 5749 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5750 5751 5752 |
# File 'lib/adcenter_wrapper_entities.rb', line 5750 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5754 5755 5756 |
# File 'lib/adcenter_wrapper_entities.rb', line 5754 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5755 5756 5757 |
# File 'lib/adcenter_wrapper_entities.rb', line 5755 def time @time end |