V3IncidentsTagsResponseNote
Last updated
Represents a response note in an incident.
import { V3IncidentsTagsResponseNote } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3IncidentsTagsResponseNote = {
timeOfNote: new Date("2026-01-04T07:36:04.648Z"),
note: "<value>",
userId: "<id>",
};Last updated