Represents an exported snapshot payload for downstream reporting.
public sealed record DashboardExport(DateTimeOffset GeneratedAt, IReadOnlyList<JobRunSummary> Jobs, IReadOnlyList<ReleaseChannelSnapshot> ReleaseChannels) : IEquatable<DashboardExport>
kind:method, kind:property, kind:ctor. Press Esc to clear.DashboardExport(DateTimeOffset, IReadOnlyList<JobRunSummary>, IReadOnlyList<ReleaseChannelSnapshot>)Represents an exported snapshot payload for downstream reporting.GeneratedAtUTC timestamp for the export.JobsJob runs included in the export.ReleaseChannelsRelease channel status included in the export.