Class: AdCenterWrapper::TacticChannelReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::TacticChannelReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7TacticChannelReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfTacticChannelReportColumn
filter - AdCenterWrapper::TacticChannelReportFilter
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) ⇒ TacticChannelReportRequest
constructor
A new instance of TacticChannelReportRequest.
Constructor Details
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ TacticChannelReportRequest
Returns a new instance of TacticChannelReportRequest.
5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 |
# File 'lib/adcenter_wrapper_entities.rb', line 5355 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.
5349 5350 5351 |
# File 'lib/adcenter_wrapper_entities.rb', line 5349 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5350 5351 5352 |
# File 'lib/adcenter_wrapper_entities.rb', line 5350 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5351 5352 5353 |
# File 'lib/adcenter_wrapper_entities.rb', line 5351 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5345 5346 5347 |
# File 'lib/adcenter_wrapper_entities.rb', line 5345 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5346 5347 5348 |
# File 'lib/adcenter_wrapper_entities.rb', line 5346 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5347 5348 5349 |
# File 'lib/adcenter_wrapper_entities.rb', line 5347 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5348 5349 5350 |
# File 'lib/adcenter_wrapper_entities.rb', line 5348 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5352 5353 5354 |
# File 'lib/adcenter_wrapper_entities.rb', line 5352 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5353 5354 5355 |
# File 'lib/adcenter_wrapper_entities.rb', line 5353 def time @time end |