@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
30 lines • 842 B
JavaScript
;
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