UNPKG

@dmgt/google-ad-manager-api

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