NotesCreateNotesRequest
Example Usage
import { NotesCreateNotesRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";
let value: NotesCreateNotesRequest = {
incidentId: "<id>",
v3IncidentsNotesCreateNoteRequest: {
message: "<value>",
attachments: [],
},
};Fields
Field
Type
Required
Description
Last updated