Class PostmortemTemplateAttributesResponse

Attributes of a postmortem template returned in a response.

Hierarchy

  • PostmortemTemplateAttributesResponse

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
confluencePostmortemSettings?: ConfluencePostmortemSettings

Settings for a postmortem template stored in Confluence. Required when location is confluence.

content: string

The templated content of the postmortem, supporting Markdown and incident template variables.

createdAt: Date

When the template was created.

googleDocsPostmortemSettings?: GoogleDocsPostmortemSettings

Settings for a postmortem template stored in Google Docs. Required when location is google_docs.

isDefault: null | Date

When set, marks this template as a default. The effective default for an incident type is the template with the most recent is_default timestamp.

The location where the postmortem is created and stored.

modifiedAt: Date

When the template was last modified.

name: string

The name of the template.

Generated using TypeDoc