Table of Contents

Class StudioRecentActivityItem

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

Properties

Detail

public string Detail { get; init; }

Property Value

string

Headline

public string Headline { get; init; }

Property Value

string

Outcome

public RunOutcome Outcome { get; init; }

Property Value

RunOutcome

Timestamp

public DateTimeOffset Timestamp { get; init; }

Property Value

DateTimeOffset