UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

46 lines 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IncidentAttachmentData = void 0; /** * A single incident attachment. */ class IncidentAttachmentData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return IncidentAttachmentData.attributeTypeMap; } } exports.IncidentAttachmentData = IncidentAttachmentData; /** * @ignore */ IncidentAttachmentData.attributeTypeMap = { attributes: { baseName: "attributes", type: "IncidentAttachmentAttributes", required: true, }, id: { baseName: "id", type: "string", required: true, }, relationships: { baseName: "relationships", type: "IncidentAttachmentRelationships", required: true, }, type: { baseName: "type", type: "IncidentAttachmentType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=IncidentAttachmentData.js.map