dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
13 lines (12 loc) • 579 B
JavaScript
;
const baseDynamicAllocationCreative_1 = require("./baseDynamicAllocationCreative");
class AdMobBackfillCreative extends baseDynamicAllocationCreative_1.BaseDynamicAllocationCreative {
constructor(additionalParameters = null, publisherId = null, lockedOrientation = null) {
super();
this.additionalParameters = additionalParameters;
this.publisherId = publisherId;
this.lockedOrientation = lockedOrientation;
}
}
AdMobBackfillCreative.XSI_TYPE = "AdMobBackfillCreative";
exports.AdMobBackfillCreative = AdMobBackfillCreative;