DashboardExport Class

Definition

Represents an exported snapshot payload for downstream reporting.

public sealed record DashboardExport(DateTimeOffset GeneratedAt, IReadOnlyList<JobRunSummary> Jobs, IReadOnlyList<ReleaseChannelSnapshot> ReleaseChannels) : IEquatable<DashboardExport>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (3)