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