V3RunbooksStep
Example Usage
import { V3RunbooksStep } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3RunbooksStep = {
content: "<value>",
};Fields
Field
Type
Required
Description
Last updated
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