V3ExportExportResponse
Example Usage
import { V3ExportExportResponse } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3ExportExportResponse = {
id: "<id>",
type: "<value>",
status: "<value>",
format: "<value>",
};Fields
Field
Type
Required
Description
id
string
✔️
N/A
type
string
✔️
N/A
status
string
✔️
N/A
downloadUrl
string
➖
N/A
downloadUrlExpiresAt
string
➖
N/A
format
string
✔️
N/A
errorMessage
string
➖
N/A
Last updated