circle-info
Squadcast is now SolarWinds Incident Response

V3RunbooksStep

Represents a single step in a runbook.

Example Usage

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

let value: V3RunbooksStep = {
  content: "<value>",
};

Fields

Field
Type
Required
Description

content

string

✔️

The content of the step, in Markdown format.

Last updated