Class: AdCenterWrapper::AdPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::AdPerformanceReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AdPerformanceReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfAdPerformanceReportColumn
filter - AdCenterWrapper::AdPerformanceReportFilter
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) ⇒ AdPerformanceReportRequest
constructor
A new instance of AdPerformanceReportRequest.
Constructor Details
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ AdPerformanceReportRequest
Returns a new instance of AdPerformanceReportRequest.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 |
# File 'lib/adcenter_wrapper_entities.rb', line 5491 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.
5485 5486 5487 |
# File 'lib/adcenter_wrapper_entities.rb', line 5485 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5486 5487 5488 |
# File 'lib/adcenter_wrapper_entities.rb', line 5486 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5487 5488 5489 |
# File 'lib/adcenter_wrapper_entities.rb', line 5487 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5481 5482 5483 |
# File 'lib/adcenter_wrapper_entities.rb', line 5481 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5482 5483 5484 |
# File 'lib/adcenter_wrapper_entities.rb', line 5482 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5483 5484 5485 |
# File 'lib/adcenter_wrapper_entities.rb', line 5483 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5484 5485 5486 |
# File 'lib/adcenter_wrapper_entities.rb', line 5484 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5488 5489 5490 |
# File 'lib/adcenter_wrapper_entities.rb', line 5488 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5489 5490 5491 |
# File 'lib/adcenter_wrapper_entities.rb', line 5489 def time @time end |