Add UtcTime attribute to MessageDescription struct

This commit is contained in:
stefan van der lee
2025-04-28 18:02:14 +02:00
parent a7815a692c
commit 9f92238275

View File

@@ -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"`
}