Class CompanionServiceSnapshot
public sealed record CompanionServiceSnapshot : IEquatable<CompanionServiceSnapshot>
- Inheritance
-
CompanionServiceSnapshot
- Implements
- Inherited Members
Properties
GeneratedAtUtc
public DateTimeOffset GeneratedAtUtc { get; init; }
Property Value
IsAvailable
public bool IsAvailable { get; init; }
Property Value
Sessions
public IReadOnlyList<CompanionSessionSnapshot> Sessions { get; init; }