mirror of
https://github.com/kerberos-io/onvif.git
synced 2026-08-23 15:08:33 +00:00
Add UtcTime attribute to MessageDescription struct
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user