@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
10 lines • 428 B
JavaScript
import { ResourceResponse } from "../../request/index.js";
export class OfferResponse extends ResourceResponse {
constructor(resource, headers, statusCode, diagnostics, offer) {
super(resource, headers, statusCode, diagnostics);
this.offer = offer;
}
/** A reference to the {@link Offer} corresponding to the returned {@link OfferDefinition}. */
offer;
}
//# sourceMappingURL=OfferResponse.js.map