Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.ReportDownloadOptions Class Reference

Represents the options for an API report download request. See ReportService::getReportDownloadUrlWithOptions. More...

Properties

ExportFormat exportFormat [get, set]
 The ExportFormat used to generate the report. Default value is ExportFormat::CSV_DUMP. More...
 
bool exportFormatSpecified [get, set]
 
bool includeReportProperties [get, set]
 Whether or not to include the report properties (e.g. network, user, date generated...) in the generated report. Default is false. More...
 
bool includeReportPropertiesSpecified [get, set]
 
bool includeTotalsRow [get, set]
 Whether or not to include the totals row. Default is true for all formats except ExportFormat::CSV_DUMP. More...
 
bool includeTotalsRowSpecified [get, set]
 
bool useGzipCompression [get, set]
 Whether or not to compress the report file to a gzip file. Default is true. More...
 
bool useGzipCompressionSpecified [get, set]
 

Detailed Description

Represents the options for an API report download request. See ReportService::getReportDownloadUrlWithOptions.

Property Documentation

ExportFormat Google.Api.Ads.AdManager.v202305.ReportDownloadOptions.exportFormat
getset

The ExportFormat used to generate the report. Default value is ExportFormat::CSV_DUMP.

bool Google.Api.Ads.AdManager.v202305.ReportDownloadOptions.exportFormatSpecified
getset

true, if a value is specified for exportFormat, false otherwise.

bool Google.Api.Ads.AdManager.v202305.ReportDownloadOptions.includeReportProperties
getset

Whether or not to include the report properties (e.g. network, user, date generated...) in the generated report. Default is false.

bool Google.Api.Ads.AdManager.v202305.ReportDownloadOptions.includeReportPropertiesSpecified
getset

true, if a value is specified for includeReportProperties, false otherwise.

bool Google.Api.Ads.AdManager.v202305.ReportDownloadOptions.includeTotalsRow
getset

Whether or not to include the totals row. Default is true for all formats except ExportFormat::CSV_DUMP.

bool Google.Api.Ads.AdManager.v202305.ReportDownloadOptions.includeTotalsRowSpecified
getset

true, if a value is specified for includeTotalsRow, false otherwise.

bool Google.Api.Ads.AdManager.v202305.ReportDownloadOptions.useGzipCompression
getset

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.

bool Google.Api.Ads.AdManager.v202305.ReportDownloadOptions.useGzipCompressionSpecified
getset

true, if a value is specified for useGzipCompression, false otherwise.


The documentation for this class was generated from the following file: