Class AllToolsUpdatePlan
Result of checking all JD.AI tools for updates.
public sealed record AllToolsUpdatePlan : IEquatable<AllToolsUpdatePlan>
- Inheritance
-
AllToolsUpdatePlan
- Implements
- Inherited Members
Constructors
AllToolsUpdatePlan(IReadOnlyList<AllToolsUpdateEntry>, bool, DateTimeOffset)
Result of checking all JD.AI tools for updates.
public AllToolsUpdatePlan(IReadOnlyList<AllToolsUpdateEntry> Entries, bool HasUpdates, DateTimeOffset CheckedAt)
Parameters
EntriesIReadOnlyList<AllToolsUpdateEntry>HasUpdatesboolCheckedAtDateTimeOffset
Properties
CheckedAt
public DateTimeOffset CheckedAt { get; init; }
Property Value
Entries
public IReadOnlyList<AllToolsUpdateEntry> Entries { get; init; }
Property Value
HasUpdates
public bool HasUpdates { get; init; }