Class: AdWords::V201003::ReportDefinitionService::DownloadFormat
- Inherits:
-
String
- Object
- String
- AdWords::V201003::ReportDefinitionService::DownloadFormat
- Defined in:
- lib/adwords4r/v201003/ReportDefinitionService.rb
Overview
DownloadFormat
Constant Summary collapse
- CSV =
DownloadFormat.new("CSV")
- CSVFOREXCEL =
DownloadFormat.new("CSVFOREXCEL")
- GZIPPED_CSV =
DownloadFormat.new("GZIPPED_CSV")
- GZIPPED_XML =
DownloadFormat.new("GZIPPED_XML")
- TSV =
DownloadFormat.new("TSV")
- XML =
DownloadFormat.new("XML")