dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
11 lines (10 loc) • 371 B
JavaScript
;
const adUnitAction_1 = require("./adUnitAction");
class RemoveAdUnitsFromPlacement extends adUnitAction_1.AdUnitAction {
constructor(placementId = null) {
super();
this.placementId = placementId;
}
}
RemoveAdUnitsFromPlacement.XSI_TYPE = "RemoveAdUnitsFromPlacement";
exports.RemoveAdUnitsFromPlacement = RemoveAdUnitsFromPlacement;