@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
14 lines • 597 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TriggerResponse = void 0;
const index_js_1 = require("../../request/index.js");
class TriggerResponse extends index_js_1.ResourceResponse {
constructor(resource, headers, statusCode, trigger, diagnostics) {
super(resource, headers, statusCode, diagnostics);
this.trigger = trigger;
}
/** A reference to the {@link Trigger} corresponding to the returned {@link TriggerDefinition}. */
trigger;
}
exports.TriggerResponse = TriggerResponse;
//# sourceMappingURL=TriggerResponse.js.map