UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

34 lines 742 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventCreateResponse = void 0; /** * Object containing an event response. */ class EventCreateResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return EventCreateResponse.attributeTypeMap; } } exports.EventCreateResponse = EventCreateResponse; /** * @ignore */ EventCreateResponse.attributeTypeMap = { event: { baseName: "event", type: "Event", }, status: { baseName: "status", type: "string", }, additionalProperties: { baseName: "additionalProperties", type: "any", }, }; //# sourceMappingURL=EventCreateResponse.js.map