dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
12 lines (11 loc) • 378 B
JavaScript
;
const objectValue_1 = require("./objectValue");
class ChangeHistoryValue extends objectValue_1.ObjectValue {
constructor(entityType = null, operation = null) {
super();
this.entityType = entityType;
this.operation = operation;
}
}
ChangeHistoryValue.XSI_TYPE = "ChangeHistoryValue";
exports.ChangeHistoryValue = ChangeHistoryValue;