From 9f922382752a18fc23b3542b4ebc86ba53270ae0 Mon Sep 17 00:00:00 2001 From: stefan van der lee Date: Mon, 28 Apr 2025 18:02:14 +0200 Subject: [PATCH] Add UtcTime attribute to MessageDescription struct --- event/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/event/types.go b/event/types.go index a980e12..22056ce 100644 --- a/event/types.go +++ b/event/types.go @@ -133,6 +133,7 @@ type MessageBody struct { type MessageDescription struct { PropertyOperation xsd.AnyType `xml:"PropertyOperation,attr"` + UtcTime xsd.AnyType `xml:"UtcTime,attr"` Source Source `json:",omitempty" xml:",omitempty"` Data Data `json:",omitempty" xml:",omitempty"` }