Class StudioProjectSnapshot
public sealed record StudioProjectSnapshot : IEquatable<StudioProjectSnapshot>
- Inheritance
-
StudioProjectSnapshot
- Implements
- Inherited Members
Properties
CapabilityCoverage
public IReadOnlyList<StudioCapabilityCoverage> CapabilityCoverage { get; init; }
Property Value
Catalog
public ProjectCatalog Catalog { get; init; }
Property Value
RunInsights
public StudioRunInsights RunInsights { get; init; }
Property Value
Runs
public IReadOnlyList<StoredRunResult> Runs { get; init; }