UNPKG

gads

Version:

An unofficial JS client library for the SOAP-based DFP Ads API

9 lines (8 loc) 290 B
import { BaseObject } from './baseObject'; import { ExportFormat } from './exportFormat'; export interface ReportDownloadOptions extends BaseObject { exportFormat?: ExportFormat; includeReportProperties?: boolean; includeTotalsRow?: boolean; useGzipCompression?: boolean; }