UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

35 lines 982 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IncidentAttachmentUpdateResponse = void 0; /** * The response object containing the created or updated incident attachments. */ class IncidentAttachmentUpdateResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return IncidentAttachmentUpdateResponse.attributeTypeMap; } } exports.IncidentAttachmentUpdateResponse = IncidentAttachmentUpdateResponse; /** * @ignore */ IncidentAttachmentUpdateResponse.attributeTypeMap = { data: { baseName: "data", type: "Array<IncidentAttachmentData>", required: true, }, included: { baseName: "included", type: "Array<IncidentAttachmentsResponseIncludedItem>", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=IncidentAttachmentUpdateResponse.js.map