circle-info
Squadcast is now SolarWinds Incident Response

V3WorkflowsGetWorkflowActionByIdResponse

Example Usage

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

let value: V3WorkflowsGetWorkflowActionByIdResponse = {
  id: 347576,
  workflowId: 22176,
  name: "<value>",
  data: "<value>",
};

Fields

Field
Type
Required
Description

id

number

✔️

N/A

workflowId

number

✔️

N/A

name

string

✔️

N/A

data

any

✔️

N/A

Last updated