Class: AdCenterWrapper::AdDynamicTextPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::AdDynamicTextPerformanceReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AdDynamicTextPerformanceReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfAdDynamicTextPerformanceReportColumn
filter - AdCenterWrapper::AdDynamicTextPerformanceReportFilter
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) ⇒ AdDynamicTextPerformanceReportRequest
constructor
A new instance of AdDynamicTextPerformanceReportRequest.
Constructor Details
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ AdDynamicTextPerformanceReportRequest
Returns a new instance of AdDynamicTextPerformanceReportRequest.
5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 |
# File 'lib/adcenter_wrapper_entities.rb', line 5253 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.
5247 5248 5249 |
# File 'lib/adcenter_wrapper_entities.rb', line 5247 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5248 5249 5250 |
# File 'lib/adcenter_wrapper_entities.rb', line 5248 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5249 5250 5251 |
# File 'lib/adcenter_wrapper_entities.rb', line 5249 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5243 5244 5245 |
# File 'lib/adcenter_wrapper_entities.rb', line 5243 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5244 5245 5246 |
# File 'lib/adcenter_wrapper_entities.rb', line 5244 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5245 5246 5247 |
# File 'lib/adcenter_wrapper_entities.rb', line 5245 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5246 5247 5248 |
# File 'lib/adcenter_wrapper_entities.rb', line 5246 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5250 5251 5252 |
# File 'lib/adcenter_wrapper_entities.rb', line 5250 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5251 5252 5253 |
# File 'lib/adcenter_wrapper_entities.rb', line 5251 def time @time end |