V3IncidentsPostmortemsPostmortemResponse
Example Usage
import { V3IncidentsPostmortemsPostmortemResponse } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3IncidentsPostmortemsPostmortemResponse = {
id: "<id>",
organizationId: "<id>",
incidentId: "<id>",
postmortem: "<value>",
followUps: [
{
task: "<value>",
isDone: true,
},
],
createdAt: "1730137392970",
title: "<value>",
status: "published",
owner: {
id: "<id>",
type: "team",
},
accessControl: [],
};Fields
Field
Type
Required
Description
PreviousV3IncidentsPostmortemsPostmortemListResultIncidentNextV3IncidentsPostmortemsPostmortemResponseIncident
Last updated