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

V4ParticipantGroup

Example Usage

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

let value: V4ParticipantGroup = {
  participants: [],
};

Fields

Field
Type
Required
Description

participants

models.V4Participant[]

✔️

N/A

Last updated