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

NotesCreateNotesResponse

The request has succeeded and a new resource has been created as a result.

Example Usage

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

let value: NotesCreateNotesResponse = {
  data: {
    id: "<id>",
    createdAt: "1705915015975",
    updatedAt: "1735615620415",
    organizationId: "<id>",
    incidentId: "<id>",
    userId: "<id>",
    message: "<value>",
    type: "<value>",
    attachments: [
      "<value 1>",
      "<value 2>",
    ],
    user: {
      id: "<id>",
      firstName: "Everette",
      lastName: "Fay",
      deleted: false,
    },
    replacedMessage: "<value>",
  },
};

Fields

Field
Type
Required
Description

data

✔️

N/A

Last updated