Table of Contents

Class AllToolsUpdatePlan

Namespace
JD.AI.Daemon.Services
Assembly
JD.AI.Daemon.dll

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

Entries IReadOnlyList<AllToolsUpdateEntry>
HasUpdates bool
CheckedAt DateTimeOffset

Properties

CheckedAt

public DateTimeOffset CheckedAt { get; init; }

Property Value

DateTimeOffset

Entries

public IReadOnlyList<AllToolsUpdateEntry> Entries { get; init; }

Property Value

IReadOnlyList<AllToolsUpdateEntry>

HasUpdates

public bool HasUpdates { get; init; }

Property Value

bool