UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

34 lines 847 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SLOCorrectionUpdateData = void 0; /** * The data object associated with the SLO correction to be updated. */ class SLOCorrectionUpdateData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return SLOCorrectionUpdateData.attributeTypeMap; } } exports.SLOCorrectionUpdateData = SLOCorrectionUpdateData; /** * @ignore */ SLOCorrectionUpdateData.attributeTypeMap = { attributes: { baseName: "attributes", type: "SLOCorrectionUpdateRequestAttributes", }, type: { baseName: "type", type: "SLOCorrectionType", }, additionalProperties: { baseName: "additionalProperties", type: "any", }, }; //# sourceMappingURL=SLOCorrectionUpdateData.js.map