circle-info
Squadcast is now SolarWinds Incident Response

ExportGetExportDetailsResponse

The request has succeeded.

Example Usage

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

let value: ExportGetExportDetailsResponse = {
  data: {
    id: "<id>",
    type: "<value>",
    status: "<value>",
    format: "<value>",
  },
};

Fields

Field
Type
Required
Description

Last updated