Class: AdCenterWrapper::PublisherUsagePerformanceReportRequest

Inherits:
ReportRequest
  • Object
show all
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

Instance Method Summary collapse

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

#aggregationObject

Returns the value of attribute aggregation.



5615
5616
5617
# File 'lib/adcenter_wrapper_entities.rb', line 5615

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.



5616
5617
5618
# File 'lib/adcenter_wrapper_entities.rb', line 5616

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.



5617
5618
5619
# File 'lib/adcenter_wrapper_entities.rb', line 5617

def filter
  @filter
end

#formatObject

Returns the value of attribute format.



5611
5612
5613
# File 'lib/adcenter_wrapper_entities.rb', line 5611

def format
  @format
end

#languageObject

Returns the value of attribute language.



5612
5613
5614
# File 'lib/adcenter_wrapper_entities.rb', line 5612

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.



5613
5614
5615
# File 'lib/adcenter_wrapper_entities.rb', line 5613

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.



5614
5615
5616
# File 'lib/adcenter_wrapper_entities.rb', line 5614

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.



5618
5619
5620
# File 'lib/adcenter_wrapper_entities.rb', line 5618

def scope
  @scope
end

#timeObject

Returns the value of attribute time.



5619
5620
5621
# File 'lib/adcenter_wrapper_entities.rb', line 5619

def time
  @time
end