circle-info
Squadcast is now SolarWinds Incident Response

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

Last updated