This commit is contained in:
Jicheng Lu 2025-01-06 00:01:14 -06:00
parent d241b21ade
commit 8dff3f5ce3

View file

@ -8,6 +8,6 @@ public class AgentEventRule
[JsonPropertyName("event_name")]
public string EventName { get; set; }
[JsonPropertyName("event_type")]
[JsonPropertyName("entity_type")]
public string EntityType { get; set; }
}