V3IncidentsPostmortemsPostmortemFollowUp
Represents a single follow-up task in a postmortem.
Example Usage
import { V3IncidentsPostmortemsPostmortemFollowUp } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3IncidentsPostmortemsPostmortemFollowUp = {
task: "<value>",
isDone: true,
};Fields
Field
Type
Required
Description
task
string
✔️
N/A
isDone
boolean
✔️
N/A
PreviousV3IncidentsPostmortemsPostmortemAttachmentRequest
NextV3IncidentsPostmortemsPostmortemListResult
Last updated