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

V3IncidentsTagsSnoozeDetails

Example Usage

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

let value: V3IncidentsTagsSnoozeDetails = {
  isSnoozed: true,
  startTime: new Date("2024-05-10T22:23:18.078Z"),
  endTime: new Date("2026-12-25T04:09:07.529Z"),
  totalTimeInMins: 545171,
};

Fields

Field
Type
Required
Description

isSnoozed

boolean

✔️

N/A

startTime

Date

✔️

N/A

endTime

Date

✔️

N/A

totalTimeInMins

number

✔️

N/A

Last updated