circle-info
Squadcast is now SolarWinds Incident Response

V3WorkflowsComponentAndImpact

Example Usage

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

let value: V3WorkflowsComponentAndImpact = {
  componentId: 1319,
  impactStatusId: 627001,
};

Fields

Field
Type
Required
Description

componentId

number

✔️

N/A

impactStatusId

number

✔️

N/A

Last updated