Class ActivityEvent
public record ActivityEvent : IEquatable<ActivityEvent>
- Inheritance
-
ActivityEvent
- Implements
- Inherited Members
Properties
EventType
public string EventType { get; init; }
Property Value
Message
public string? Message { get; init; }
Property Value
SourceId
public string SourceId { get; init; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; init; }