circle-info
Squadcast is now SolarWinds Incident Response

V3IncidentsSnoozeNotificationsSnoozeIncidentResponse

Example Usage

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

let value: V3IncidentsSnoozeNotificationsSnoozeIncidentResponse = {
  incidentId: "<id>",
  isSnoozed: true,
  snoozeEndTime: "<value>",
};

Fields

Field
Type
Required
Description

incidentId

string

✔️

N/A

isSnoozed

boolean

✔️

N/A

snoozeEndTime

string

✔️

N/A

Last updated