V3IncidentsPostmortemsCreatePostmortemRequest
Example Usage
import { V3IncidentsPostmortemsCreatePostmortemRequest } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3IncidentsPostmortemsCreatePostmortemRequest = {
ownerId: "<id>",
title: "<value>",
postmortem: "<value>",
status: "under_review",
followUps: [],
attachments: [
{},
],
};Fields
Field
Type
Required
Description
Last updated