Class: AdCenterWrapper::PublisherUsagePerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::PublisherUsagePerformanceReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7PublisherUsagePerformanceReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfPublisherUsagePerformanceReportColumn
filter - AdCenterWrapper::PublisherUsagePerformanceReportFilter
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) ⇒ PublisherUsagePerformanceReportRequest
constructor
A new instance of PublisherUsagePerformanceReportRequest.
Constructor Details
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ PublisherUsagePerformanceReportRequest
Returns a new instance of PublisherUsagePerformanceReportRequest.
5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 |
# File 'lib/adcenter_wrapper_entities.rb', line 5621 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.
5615 5616 5617 |
# File 'lib/adcenter_wrapper_entities.rb', line 5615 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5616 5617 5618 |
# File 'lib/adcenter_wrapper_entities.rb', line 5616 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5617 5618 5619 |
# File 'lib/adcenter_wrapper_entities.rb', line 5617 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5611 5612 5613 |
# File 'lib/adcenter_wrapper_entities.rb', line 5611 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5612 5613 5614 |
# File 'lib/adcenter_wrapper_entities.rb', line 5612 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5613 5614 5615 |
# File 'lib/adcenter_wrapper_entities.rb', line 5613 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5614 5615 5616 |
# File 'lib/adcenter_wrapper_entities.rb', line 5614 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5618 5619 5620 |
# File 'lib/adcenter_wrapper_entities.rb', line 5618 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5619 5620 5621 |
# File 'lib/adcenter_wrapper_entities.rb', line 5619 def time @time end |