circle-info
Squadcast is now SolarWinds Incident Response

V3IncidentsIncidentExportAsyncResponse

Example Usage

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

let value: V3IncidentsIncidentExportAsyncResponse = {
  message: "<value>",
  requestId: "<id>",
};

Fields

Field
Type
Required
Description

message

string

✔️

N/A

requestId

string

✔️

N/A

Last updated