circle-info
Squadcast is now SolarWinds Incident Response

NotesCreateNotesBody

The body type of the operation request or response.

Example Usage

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

let value: NotesCreateNotesBody = {
  data: {
    id: "<id>",
    createdAt: "1712330696044",
    updatedAt: "1735661552383",
    organizationId: "<id>",
    incidentId: "<id>",
    userId: "<id>",
    message: "<value>",
    type: "<value>",
    attachments: [
      "<value 1>",
    ],
    user: {
      id: "<id>",
      firstName: "Fabian",
      lastName: "Lowe",
      deleted: true,
    },
    replacedMessage: "<value>",
  },
};

Fields

Field
Type
Required
Description

Last updated