@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
36 lines • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IncidentAttachmentPostmortemAttributes = void 0;
/**
* The attributes object for a postmortem attachment.
*/
class IncidentAttachmentPostmortemAttributes {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return IncidentAttachmentPostmortemAttributes.attributeTypeMap;
}
}
exports.IncidentAttachmentPostmortemAttributes = IncidentAttachmentPostmortemAttributes;
/**
* @ignore
*/
IncidentAttachmentPostmortemAttributes.attributeTypeMap = {
attachment: {
baseName: "attachment",
type: "IncidentAttachmentsPostmortemAttributesAttachmentObject",
required: true,
},
attachmentType: {
baseName: "attachment_type",
type: "IncidentAttachmentPostmortemAttachmentType",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "any",
},
};
//# sourceMappingURL=IncidentAttachmentPostmortemAttributes.js.map