Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Step

Example Usage

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

let value: Step = {
  content: "<value>",
  completed: true,
};

Fields

Field
Type
Required
Description

content

string

✔️

N/A

completed

boolean

✔️

N/A

completedAt

Date

N/A

Last updated