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

ExportGetExportDetailsRequest

Example Usage

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

let value: ExportGetExportDetailsRequest = {
  exportId: "<id>",
};

Fields

Field
Type
Required
Description

exportId

string

✔️

N/A

Last updated