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 workflowRequestAction_1 = require("./workflowRequestAction");
class TriggerWorkflowExternalConditionRequests extends workflowRequestAction_1.WorkflowRequestAction {
constructor() {
super();
}
}
TriggerWorkflowExternalConditionRequests.XSI_TYPE = "TriggerWorkflowExternalConditionRequests";
exports.TriggerWorkflowExternalConditionRequests = TriggerWorkflowExternalConditionRequests;