@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
38 lines • 824 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.RuleVersionUpdate = void 0;
/**
* A change in a rule version.
*/
class RuleVersionUpdate {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return RuleVersionUpdate.attributeTypeMap;
}
}
exports.RuleVersionUpdate = RuleVersionUpdate;
/**
* @ignore
*/
RuleVersionUpdate.attributeTypeMap = {
change: {
baseName: "change",
type: "string",
},
field: {
baseName: "field",
type: "string",
},
type: {
baseName: "type",
type: "RuleVersionUpdateType",
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=RuleVersionUpdate.js.map
;