circle-info
Squadcast is now SolarWinds Incident Response

V4RotationResponse

Example Usage

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

let value: V4RotationResponse = {
  id: 404870,
  name: "<value>",
  scheduleID: 580479,
  color: "lime",
  startDate: "<value>",
  period: "<value>",
  changeParticipantsFrequency: 259977,
  changeParticipantsUnit: "<value>",
  createdAt: "1721664310590",
  updatedAt: "1735618305688",
};

Fields

Field
Type
Required
Description

id

number

✔️

N/A

name

string

✔️

N/A

scheduleID

number

✔️

N/A

color

string

✔️

N/A

startDate

string

✔️

N/A

period

string

✔️

N/A

customPeriodFrequency

number

N/A

customPeriodUnit

string

N/A

shiftTimeSlots

N/A

changeParticipantsFrequency

number

✔️

N/A

changeParticipantsUnit

string

✔️

N/A

endDate

string

N/A

endsAfterIterations

number

N/A

rotationParticipants

N/A

createdAt

string

✔️

N/A

updatedAt

string

✔️

N/A

Last updated