@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
44 lines • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SignalStateUpdateRequest = void 0;
/**
* Attributes describing the change of state for a given state.
*/
class SignalStateUpdateRequest {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return SignalStateUpdateRequest.attributeTypeMap;
}
}
exports.SignalStateUpdateRequest = SignalStateUpdateRequest;
/**
* @ignore
*/
SignalStateUpdateRequest.attributeTypeMap = {
archiveComment: {
baseName: "archiveComment",
type: "string",
},
archiveReason: {
baseName: "archiveReason",
type: "SignalArchiveReason",
},
state: {
baseName: "state",
type: "SignalTriageState",
required: true,
},
version: {
baseName: "version",
type: "number",
format: "int64",
},
additionalProperties: {
baseName: "additionalProperties",
type: "any",
},
};
//# sourceMappingURL=SignalStateUpdateRequest.js.map