UNPKG

@datadog/datadog-api-client

Version:
36 lines 855 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AnnotationRequestData = void 0; /** * Data for creating an annotation. */ class AnnotationRequestData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return AnnotationRequestData.attributeTypeMap; } } exports.AnnotationRequestData = AnnotationRequestData; /** * @ignore */ AnnotationRequestData.attributeTypeMap = { attributes: { baseName: "attributes", type: "AnnotationCreateAttributes", required: true, }, type: { baseName: "type", type: "AnnotationType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=AnnotationRequestData.js.map