RotationsGetRotationParticipantsRequest
Example Usage
import { RotationsGetRotationParticipantsRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";
let value: RotationsGetRotationParticipantsRequest = {
scheduleID: "<id>",
rotationID: "<id>",
};Fields
Field
Type
Required
Description
scheduleID
string
✔️
N/A
rotationID
string
✔️
N/A
Last updated