@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
17 lines • 587 B
TypeScript
export declare abstract class AdsReportUtilities {
private WAIT_PERIOD;
/**
* Returns a flag indicating whether the caller should wait more time for
* the report download to complete.
* @returns True, if the caller should wait more, false otherwise.
*/
protected shouldWaitMore(): Promise<boolean>;
protected schedule(): void;
protected abstract getReport(): any;
/**
* Gets the report download response.
* @returns The report response.
*/
getResponse(): Promise<any>;
}
//# sourceMappingURL=adsReportUtilities.util.d.ts.map