V4Participant
Example Usage
import { V4Participant } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V4Participant = {
id: "<id>",
type: "<value>",
};Fields
Field
Type
Required
Description
Last updated
import { V4Participant } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V4Participant = {
id: "<id>",
type: "<value>",
};id
string
✔️
N/A
type
string
✔️
N/A
Last updated