Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

V3WorkflowsListWorkflowAPIResponse

Example Usage

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

let value: V3WorkflowsListWorkflowAPIResponse = {
  data: [],
  meta: {
    totalCount: 309828,
  },
};

Fields

Field
Type
Required
Description

data

✔️

N/A

meta

✔️

N/A

Last updated