circle-info
Squadcast is now SolarWinds Incident Response

V3WorkflowsRunbookResponse

Example Usage

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

let value: V3WorkflowsRunbookResponse = {
  id: "<id>",
  name: "<value>",
};

Fields

Field
Type
Required
Description

id

string

✔️

N/A

name

string

✔️

N/A

Last updated