V4GetRotationParticipantsResponse
Example Usage
import { V4GetRotationParticipantsResponse } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V4GetRotationParticipantsResponse = {
rotationID: 313861,
participants: [
{
participants: [
{
id: "<id>",
type: "<value>",
},
],
},
],
};Fields
Field
Type
Required
Description
Last updated