Represents the options for an API report download request. See ReportService::getReportDownloadUrlWithOptions.
More...
|
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] |
|
Represents the options for an API report download request. See ReportService::getReportDownloadUrlWithOptions.
ExportFormat Google.Api.Ads.AdManager.v202311.ReportDownloadOptions.exportFormat |
|
getset |
bool Google.Api.Ads.AdManager.v202311.ReportDownloadOptions.exportFormatSpecified |
|
getset |
true
, if a value is specified for exportFormat, false
otherwise.
bool Google.Api.Ads.AdManager.v202311.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.v202311.ReportDownloadOptions.includeReportPropertiesSpecified |
|
getset |
bool Google.Api.Ads.AdManager.v202311.ReportDownloadOptions.includeTotalsRow |
|
getset |
bool Google.Api.Ads.AdManager.v202311.ReportDownloadOptions.includeTotalsRowSpecified |
|
getset |
bool Google.Api.Ads.AdManager.v202311.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.v202311.ReportDownloadOptions.useGzipCompressionSpecified |
|
getset |
The documentation for this class was generated from the following file: