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

Config

Example Usage

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

let value: Config = {
  dedupKeyEnabled: false,
};

Fields

Field
Type
Required
Description

dedupKeyEnabled

boolean

✔️

N/A

Last updated