Table of Contents

Class AuditEventDto

Namespace
JD.AI.Gateway.Endpoints
Assembly
JD.AI.Gateway.dll
public sealed class AuditEventDto
Inheritance
AuditEventDto
Inherited Members

Properties

AgentId

public required string AgentId { get; init; }

Property Value

string

EventType

public required string EventType { get; init; }

Property Value

string

Id

public required string Id { get; init; }

Property Value

string

Message

public required string Message { get; init; }

Property Value

string

Payload

public object? Payload { get; init; }

Property Value

object

Timestamp

public DateTimeOffset Timestamp { get; init; }

Property Value

DateTimeOffset