circle-info
Squadcast is now SolarWinds Incident Response

V3ServicesIAGConfigRequest

Example Usage

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

let value: V3ServicesIAGConfigRequest = {
  isEnabled: true,
  rollingWindowInMins: 491392,
};

Fields

Field
Type
Required
Description

isEnabled

boolean

✔️

N/A

rollingWindowInMins

number

✔️

N/A

Last updated