@heroku/salesforce-sdk-nodejs
Version:
Salesforce SDK for Heroku Apps.
13 lines (12 loc) • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InvocationEventImpl = void 0;
class InvocationEventImpl {
constructor(data, dataContentType, id, time) {
this.data = data;
this.dataContentType = dataContentType;
this.id = id;
this.time = time;
}
}
exports.InvocationEventImpl = InvocationEventImpl;