Represents a single step in a runbook.
import { V3RunbooksStep } from "@solarwinds/squadcast-sdk-typescript/models"; let value: V3RunbooksStep = { content: "<value>", };
content
string
✔️
The content of the step, in Markdown format.
Last updated 3 days ago