Table of Contents

Class CompanionServiceSnapshot

Namespace
Cress.Companion
Assembly
Cress.Companion.Core.dll
public sealed record CompanionServiceSnapshot : IEquatable<CompanionServiceSnapshot>
Inheritance
CompanionServiceSnapshot
Implements
Inherited Members

Properties

GeneratedAtUtc

public DateTimeOffset GeneratedAtUtc { get; init; }

Property Value

DateTimeOffset

IsAvailable

public bool IsAvailable { get; init; }

Property Value

bool

Sessions

public IReadOnlyList<CompanionSessionSnapshot> Sessions { get; init; }

Property Value

IReadOnlyList<CompanionSessionSnapshot>