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

V3IncidentsExportFormat

Defines the format of the export.

Example Usage

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

let value: V3IncidentsExportFormat = "json";

Values

"json" | "csv"

Last updated