Preview
Preview is a sanitized support-report payload plus the short-lived identifier required to submit that exact reviewed payload.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable | Description |
|---|---|---|---|---|---|---|
SnapshotID | snapshotId | string | string | No | No | SnapshotID identifies this preview and must be passed to Submit. |
Payload | payload | string | string | No | No | Payload is the sanitized JSON report shown to the user for review. |
Used by
- SupportReportController.Preview — return value
Source
internal/supportreports/models.go:97