UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

30 lines 694 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SLOCorrectionResponse = void 0; /** * The response object of an SLO correction. */ class SLOCorrectionResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return SLOCorrectionResponse.attributeTypeMap; } } exports.SLOCorrectionResponse = SLOCorrectionResponse; /** * @ignore */ SLOCorrectionResponse.attributeTypeMap = { data: { baseName: "data", type: "SLOCorrection", }, additionalProperties: { baseName: "additionalProperties", type: "any", }, }; //# sourceMappingURL=SLOCorrectionResponse.js.map