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