Class PostmortemAttachmentRequestAttributes

Postmortem attachment attributes

Hierarchy

  • PostmortemAttachmentRequestAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
cells?: PostmortemCell[]

The cells of the postmortem

content?: string

The content of the postmortem

postmortemTemplateId?: string

The ID of the postmortem template

title?: string

The title of the postmortem

Generated using TypeDoc