circle-info
Squadcast is now SolarWinds Incident Response

NotesGetAllNotesRequest

Example Usage

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

let value: NotesGetAllNotesRequest = {
  incidentId: "<id>",
};

Fields

Field
Type
Required
Description

incidentId

string

✔️

N/A

Last updated