V4CreateRotationRequest
Example Usage
import { V4CreateRotationRequest } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V4CreateRotationRequest = {
name: "<value>",
startDate: "<value>",
period: "<value>",
changeParticipantsFrequency: 493865,
changeParticipantsUnit: "<value>",
participantGroups: [
{
participants: [
{
id: "<id>",
type: "<value>",
},
],
},
],
};Fields
Field
Type
Required
Description
Last updated