Class: AdwordsApi::V201101::ReportDefinitionService::GetReportFields

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201101/ReportDefinitionService.rb

Overview

getReportFields

  • reportType - AdwordsApi::V201101::ReportDefinitionService::ReportDefinitionReportType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(reportType = nil) ⇒ GetReportFields

Returns a new instance of GetReportFields.



1085
1086
1087
# File 'lib/adwords_api/v201101/ReportDefinitionService.rb', line 1085

def initialize(reportType = nil)
  @reportType = reportType
end

Instance Attribute Details

#reportTypeObject

:nodoc: all



1083
1084
1085
# File 'lib/adwords_api/v201101/ReportDefinitionService.rb', line 1083

def reportType
  @reportType
end