Class StartPreciseCoverageResult
public sealed record StartPreciseCoverageResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<StartPreciseCoverageResult>
- Inheritance
-
EmptyResultStartPreciseCoverageResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
StartPreciseCoverageResult(double)
public StartPreciseCoverageResult(double Timestamp)
Parameters
TimestampdoubleMonotonically increasing time (in seconds) when the coverage update was taken in the backend.
Properties
Timestamp
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
public double Timestamp { get; init; }