Class PostmortemTemplateCreateRelationships

Relationships for a postmortem template. incident_type is required when creating a template and is immutable afterwards.

Hierarchy

  • PostmortemTemplateCreateRelationships

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

Relationship to the incident type this template belongs to.

Generated using TypeDoc