dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
11 lines (10 loc) • 415 B
JavaScript
;
const workflowRequestAction_1 = require("./workflowRequestAction");
class RejectWorkflowApprovalRequests extends workflowRequestAction_1.WorkflowRequestAction {
constructor(comment = null) {
super();
this.comment = comment;
}
}
RejectWorkflowApprovalRequests.XSI_TYPE = "RejectWorkflowApprovalRequests";
exports.RejectWorkflowApprovalRequests = RejectWorkflowApprovalRequests;