circle-info
Squadcast is now SolarWinds Incident Response

V3IncidentsPostmortemsPostmortemStatus

Represents the status of a postmortem.

Example Usage

import { V3IncidentsPostmortemsPostmortemStatus } from "@solarwinds/squadcast-sdk-typescript/models";

let value: V3IncidentsPostmortemsPostmortemStatus = "under_review";

Values

"in_progress" | "under_review" | "published"

Last updated