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

V3ExtensionsWebhooksGetAllWebhooksResponseData

Example Usage

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

let value: V3ExtensionsWebhooksGetAllWebhooksResponseData = {
  result: [],
  meta: {
    totalCount: 533722,
  },
};

Fields

Field
Type
Required
Description

result

✔️

N/A

meta

✔️

N/A

Last updated