dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
10 lines (9 loc) • 419 B
JavaScript
;
const progressAction_1 = require("./progressAction");
class SendNotificationProgressAction extends progressAction_1.ProgressAction {
constructor(evaluationTime = null, evaluationStatus = null) {
super(evaluationTime, evaluationStatus);
}
}
SendNotificationProgressAction.XSI_TYPE = "SendNotificationProgressAction";
exports.SendNotificationProgressAction = SendNotificationProgressAction;