UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

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