circle-info
Squadcast is now SolarWinds Incident Response

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

rotationID

number

✔️

N/A

participants

✔️

N/A

Last updated