dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
10 lines (9 loc) • 374 B
JavaScript
;
const customTargetingValueAction_1 = require("./customTargetingValueAction");
class DeleteCustomTargetingValues extends customTargetingValueAction_1.CustomTargetingValueAction {
constructor() {
super();
}
}
DeleteCustomTargetingValues.XSI_TYPE = "DeleteCustomTargetingValues";
exports.DeleteCustomTargetingValues = DeleteCustomTargetingValues;