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

V3IncidentsAdditionalRespondersAdditionalResponder

Represents an additional responder for an incident.

Example Usage

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

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

Fields

Field
Type
Required
Description

id

string

✔️

N/A

type

string

✔️

N/A

name

string

N/A

timeOfAssignment

string

N/A

Last updated