V4GetRotationParticipantsResponse
Last updated
import { V4GetRotationParticipantsResponse } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V4GetRotationParticipantsResponse = {
rotationID: 313861,
participantGroups: [
{
participants: [
{
id: "<id>",
type: "<value>",
},
],
},
],
};rotationID
number
✔️
N/A
Last updated