@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
35 lines • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CreateBackfilledDegradationRequestData = void 0;
/**
* The data object for creating a backfilled degradation.
*/
class CreateBackfilledDegradationRequestData {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return CreateBackfilledDegradationRequestData.attributeTypeMap;
}
}
exports.CreateBackfilledDegradationRequestData = CreateBackfilledDegradationRequestData;
/**
* @ignore
*/
CreateBackfilledDegradationRequestData.attributeTypeMap = {
attributes: {
baseName: "attributes",
type: "CreateBackfilledDegradationRequestDataAttributes",
},
type: {
baseName: "type",
type: "PatchDegradationRequestDataType",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=CreateBackfilledDegradationRequestData.js.map