Class: AdCenterWrapper::BehavioralTargetReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::BehavioralTargetReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7BehavioralTargetReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfBehavioralTargetReportColumn
filter - AdCenterWrapper::BehavioralTargetReportFilter
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) ⇒ BehavioralTargetReportRequest
constructor
A new instance of BehavioralTargetReportRequest.
Constructor Details
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ BehavioralTargetReportRequest
Returns a new instance of BehavioralTargetReportRequest.
5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 |
# File 'lib/adcenter_wrapper_entities.rb', line 5689 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.
5683 5684 5685 |
# File 'lib/adcenter_wrapper_entities.rb', line 5683 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5684 5685 5686 |
# File 'lib/adcenter_wrapper_entities.rb', line 5684 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5685 5686 5687 |
# File 'lib/adcenter_wrapper_entities.rb', line 5685 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5679 5680 5681 |
# File 'lib/adcenter_wrapper_entities.rb', line 5679 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5680 5681 5682 |
# File 'lib/adcenter_wrapper_entities.rb', line 5680 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5681 5682 5683 |
# File 'lib/adcenter_wrapper_entities.rb', line 5681 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5682 5683 5684 |
# File 'lib/adcenter_wrapper_entities.rb', line 5682 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5686 5687 5688 |
# File 'lib/adcenter_wrapper_entities.rb', line 5686 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5687 5688 5689 |
# File 'lib/adcenter_wrapper_entities.rb', line 5687 def time @time end |