UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

10 lines (9 loc) 472 B
import { BaseDynamicAllocationCreative } from './baseDynamicAllocationCreative'; import { LockedOrientation } from './lockedOrientation'; export declare class AdMobBackfillCreative extends BaseDynamicAllocationCreative { protected static XSI_TYPE: string; additionalParameters: string; publisherId: string; lockedOrientation: LockedOrientation; constructor(additionalParameters?: string, publisherId?: string, lockedOrientation?: LockedOrientation); }