UNPKG

@azure/cosmos

Version:
10 lines 428 B
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