This commit is contained in:
George Palanjyan
2018-04-04 01:45:05 +03:00
parent 95b401fbe3
commit 13bf79db41

View File

@@ -1938,7 +1938,7 @@ type NetworkZeroConfigurationExtension2 xsd.AnyType
type IPAddressFilter struct {
Type IPAddressFilterType `xml:"onvif:Type"`
Type string `xml:"onvif:Type"`
IPv4Address PrefixedIPv4Address `xml:"onvif:IPv4Address,omitempty"`
IPv6Address PrefixedIPv6Address `xml:"onvif:IPv6Address,omitempty"`
Extension IPAddressFilterExtension `xml:"onvif:Extension,omitempty"`