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

V3ServicesAPTAConfig

Example Usage

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

let value: V3ServicesAPTAConfig = {
  isEnabled: false,
  timeoutInMins: 5651.71,
};

Fields

Field
Type
Required
Description

isEnabled

boolean

✔️

N/A

timeoutInMins

number

✔️

N/A

Last updated