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

V4RotationParticipantsResponse

Example Usage

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

let value: V4RotationParticipantsResponse = {
  rotationID: 39940,
  participantGroups: [],
};

Fields

Field
Type
Required
Description

rotationID

number

✔️

N/A

participantGroups

models.V4ParticipantGroup[]

✔️

N/A

Last updated