DashboardSnapshot Class

Definition

Immutable snapshot rendered by the UI dashboard.

public sealed record DashboardSnapshot(DateTimeOffset GeneratedAt, IReadOnlyList<JobRunSummary> RecentJobs, SigningDashboardSummary Signing, DependencyDashboardSummary Dependency, IReadOnlyList<ReleaseChannelSnapshot> ReleaseChannels) : IEquatable<DashboardSnapshot>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (5)