Represents an exported snapshot payload for downstream reporting.
public DashboardExport(DateTimeOffset GeneratedAt, IReadOnlyList<JobRunSummary> Jobs, IReadOnlyList<ReleaseChannelSnapshot> ReleaseChannels)
UTC timestamp for the export.
Job runs included in the export.
Release channel status included in the export.