circle-info
Squadcast is now SolarWinds Incident Response

V4UpdateRotationRequest

Example Usage

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

let value: V4UpdateRotationRequest = {
  name: "<value>",
  startDate: "<value>",
  period: "<value>",
  changeParticipantsFrequency: 697621,
  changeParticipantsUnit: "<value>",
};

Fields

Field
Type
Required
Description

name

string

✔️

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

Last updated