circle-info
Squadcast is now SolarWinds Incident Response

V4Participant

Example Usage

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

let value: V4Participant = {
  id: "<id>",
  type: "<value>",
};

Fields

Field
Type
Required
Description

id

string

✔️

N/A

type

string

✔️

N/A

Last updated