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

V3IncidentsAssignedTo

Schema for an assigned entity in an incident.

Example Usage

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

let value: V3IncidentsAssignedTo = {
  id: "<id>",
  type: "<value>",
  timeOfAssignment: new Date("2025-05-01T05:58:56.676Z"),
  reason: "<value>",
};

Fields

Field
Type
Required
Description

id

string

✔️

N/A

type

string

✔️

N/A

timeOfAssignment

Date

✔️

N/A

reason

string

✔️

N/A

Last updated