ExportReport

@Serializable
data class ExportReport(val generatedAt: Long, val categories: List<ExportCategory>)

Top-level serializable structure written to the exported JSON report.

Constructors

Link copied to clipboard
constructor(generatedAt: Long, categories: List<ExportCategory>)

Properties

Link copied to clipboard

Per-category signal groups included in the report.

Link copied to clipboard

Report creation time in epoch milliseconds.