@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
10 lines • 444 B
JavaScript
import { ResourceResponse } from "../../request/index.js";
export class TriggerResponse extends 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;
}
//# sourceMappingURL=TriggerResponse.js.map