Squadcast is now SolarWinds Incident Response

V3IncidentsTagsResponseNote

Represents a response note in an incident.

Example Usage

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

let value: V3IncidentsTagsResponseNote = {
  timeOfNote: new Date("2026-01-04T07:36:04.648Z"),
  note: "<value>",
  userId: "<id>",
};

Fields

Field
Type
Required
Description

timeOfNote

✔️

N/A

note

string

✔️

N/A

userId

string

✔️

N/A

Last updated