Class: AdCenterWrapper::SegmentationReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::SegmentationReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7SegmentationReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfSegmentationReportColumn
filter - AdCenterWrapper::SegmentationReportFilter
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) ⇒ SegmentationReportRequest
constructor
A new instance of SegmentationReportRequest.
Constructor Details
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ SegmentationReportRequest
Returns a new instance of SegmentationReportRequest.
5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 |
# File 'lib/adcenter_wrapper_entities.rb', line 5893 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.
5887 5888 5889 |
# File 'lib/adcenter_wrapper_entities.rb', line 5887 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5888 5889 5890 |
# File 'lib/adcenter_wrapper_entities.rb', line 5888 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5889 5890 5891 |
# File 'lib/adcenter_wrapper_entities.rb', line 5889 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5883 5884 5885 |
# File 'lib/adcenter_wrapper_entities.rb', line 5883 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5884 5885 5886 |
# File 'lib/adcenter_wrapper_entities.rb', line 5884 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5885 5886 5887 |
# File 'lib/adcenter_wrapper_entities.rb', line 5885 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5886 5887 5888 |
# File 'lib/adcenter_wrapper_entities.rb', line 5886 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5890 5891 5892 |
# File 'lib/adcenter_wrapper_entities.rb', line 5890 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5891 5892 5893 |
# File 'lib/adcenter_wrapper_entities.rb', line 5891 def time @time end |