AI-generated Key Takeaways
- 
          ReportDownloadOptions represents the choices for requesting a report download through the API, depending on ReportService.getReportDownloadUrlWithOptions.
- 
          The default export format is CSV_DUMP, but options includeTSV,TSV_EXCEL,XML, andXLSX.
- 
          You can choose to include report properties and a totals row in the generated report, though these default settings vary by export format. 
- 
          By default, report files are compressed using gzip. 
Represents the options for an API report download request. See ReportService.getReportDownloadUrlWithOptions.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202411
| Field | |
|---|---|
| 
                            | The ExportFormat used to generate the report. Default value is ExportFormat.CSV_DUMP. Enumerations 
 | 
| 
                            | 
                            Whether or not to include the report properties (e.g. network, user, date generated...) in the generated report. Default is false. | 
| 
                            | 
                            Whether or not to include the totals row. Default is true for all formats except ExportFormat.CSV_DUMP. | 
| 
                            | 
                            Whether or not to compress the report file to a gzip file. Default is true. Regardless of value, gzip http compression is available from the URL by normal means. |