Table of Contents

Class ActivityEvent

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll
public record ActivityEvent : IEquatable<ActivityEvent>
Inheritance
ActivityEvent
Implements
Inherited Members

Properties

EventType

public string EventType { get; init; }

Property Value

string

Message

public string? Message { get; init; }

Property Value

string

SourceId

public string SourceId { get; init; }

Property Value

string

Timestamp

public DateTimeOffset Timestamp { get; init; }

Property Value

DateTimeOffset