UNPKG

@datadog/datadog-api-client

Version:
30 lines 842 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateBackfilledDegradationRequest = void 0; /** * Request object for creating a backfilled degradation. */ class CreateBackfilledDegradationRequest { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CreateBackfilledDegradationRequest.attributeTypeMap; } } exports.CreateBackfilledDegradationRequest = CreateBackfilledDegradationRequest; /** * @ignore */ CreateBackfilledDegradationRequest.attributeTypeMap = { data: { baseName: "data", type: "CreateBackfilledDegradationRequestData", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CreateBackfilledDegradationRequest.js.map