Class RecentSessionRow
Recent session row for the overview table.
public sealed record RecentSessionRow : IEquatable<RecentSessionRow>
- Inheritance
-
RecentSessionRow
- Implements
- Inherited Members
Properties
Model
public string Model { get; init; }
Property Value
SessionKey
public string SessionKey { get; init; }
Property Value
TimeAgo
public string TimeAgo { get; init; }
Property Value
Methods
From(SessionInfo)
public static RecentSessionRow From(SessionInfo s)