UNPKG

@dmgt/google-ad-manager-api

Version:
9 lines (8 loc) 287 B
import { ReportDownloadOptions } from './ReportDownloadOptions'; /** getReportDownloadUrlWithOptions */ export interface GetReportDownloadUrlWithOptions { /** xsd:long */ reportJobId?: number; /** reportDownloadOptions */ reportDownloadOptions?: ReportDownloadOptions; }