Class PostmortemTemplateAttributesRequest

Attributes for creating or updating a postmortem template.

Hierarchy

  • PostmortemTemplateAttributesRequest

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.

googleDocsPostmortemSettings?: GoogleDocsPostmortemSettings

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

isDefault?: 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. Set to null to unset.

The location where the postmortem is created and stored.

name: string

The name of the template.

Generated using TypeDoc