Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

V4GetRotationParticipantsResponse

Example Usage

import { V4GetRotationParticipantsResponse } from "@solarwinds/squadcast-sdk-typescript/models";

let value: V4GetRotationParticipantsResponse = {
  rotationID: 313861,
  participantGroups: [
    {
      participants: [
        {
          id: "<id>",
          type: "<value>",
        },
      ],
    },
  ],
};

Fields

Field
Type
Required
Description

rotationID

number

✔️

N/A

participantGroups

models.V4ParticipantGroup[]

✔️

N/A

Last updated