circle-info
Squadcast is now SolarWinds Incident Response

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