Table of Contents

Class StudioRunInsights

Namespace
Cress.Studio.Services
Assembly
Cress.Execution.dll
public sealed record StudioRunInsights : IEquatable<StudioRunInsights>
Inheritance
StudioRunInsights
Implements
Inherited Members

Properties

FlakyFlows

public IReadOnlyList<StudioFlowHealthItem> FlakyFlows { get; init; }

Property Value

IReadOnlyList<StudioFlowHealthItem>

FlowHealth

public IReadOnlyList<StudioFlowHealthItem> FlowHealth { get; init; }

Property Value

IReadOnlyList<StudioFlowHealthItem>

LatestComparison

public StudioRunComparison LatestComparison { get; init; }

Property Value

StudioRunComparison

PassingRunCount

public int PassingRunCount { get; init; }

Property Value

int

RecentActivity

public IReadOnlyList<StudioRecentActivityItem> RecentActivity { get; init; }

Property Value

IReadOnlyList<StudioRecentActivityItem>

TotalRunCount

public int TotalRunCount { get; init; }

Property Value

int