@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
34 lines • 749 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EventCreateResponse = void 0;
/**
* Event object.
*/
class EventCreateResponse {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return EventCreateResponse.attributeTypeMap;
}
}
exports.EventCreateResponse = EventCreateResponse;
/**
* @ignore
*/
EventCreateResponse.attributeTypeMap = {
attributes: {
baseName: "attributes",
type: "EventCreateResponseAttributes",
},
type: {
baseName: "type",
type: "string",
},
additionalProperties: {
baseName: "additionalProperties",
type: "any",
},
};
//# sourceMappingURL=EventCreateResponse.js.map