V3IncidentsPostmortemsPostmortemListResult
Example Usage
import { V3IncidentsPostmortemsPostmortemListResult } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3IncidentsPostmortemsPostmortemListResult = {
id: "<id>",
organizationId: "<id>",
incidentId: "<id>",
postmortem: "<value>",
followUps: [],
createdAt: "1712186038147",
title: "<value>",
status: "under_review",
owner: {
id: "<id>",
type: "team",
},
accessControl: [
{
userId: "<id>",
abilities: {},
},
],
incidentMessage: "<value>",
incidentTimeOfCreation: "<value>",
serviceName: "<value>",
serviceId: "<id>",
alertSource: "<value>",
activeFollowUpsCount: 215720,
};Fields
Field
Type
Required
Description
PreviousV3IncidentsPostmortemsPostmortemFollowUpNextV3IncidentsPostmortemsPostmortemListResultIncident
Last updated