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

V3ServicesNotificationDelayConfig

Example Usage

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

let value: V3ServicesNotificationDelayConfig = {
  isEnabled: true,
};

Fields

Field
Type
Required
Description

isEnabled

boolean

✔️

N/A

timezone

string

N/A

fixedTimeslotConfig

N/A

customTimeslotsEnabled

boolean

N/A

customTimeslots

N/A

assignedTo

N/A

Last updated