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

V4ShiftTimeSlot

Example Usage

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

let value: V4ShiftTimeSlot = {
  startHour: 32303,
  startMin: 275533,
  duration: 741008,
};

Fields

Field
Type
Required
Description

startHour

number

✔️

N/A

startMin

number

✔️

N/A

duration

number

✔️

N/A

dayOfWeek

string

N/A

Last updated