Table of Contents

Class StudioRunComparison

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

Properties

CurrentRunId

public string? CurrentRunId { get; init; }

Property Value

string

Items

public IReadOnlyList<StudioRunComparisonItem> Items { get; init; }

Property Value

IReadOnlyList<StudioRunComparisonItem>

PreviousRunId

public string? PreviousRunId { get; init; }

Property Value

string

Summary

public string Summary { get; init; }

Property Value

string