ONVIF::Analytics::Elements::GetServiceCapabilitiesResponse
Perl data type class for the XML Schema defined element GetServiceCapabilitiesResponse from the namespace http://www.onvif.org/ver20/analytics/wsdl.
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
• |
Capabilities |
$element−>set_Capabilities($data);
$element−>get_Capabilities();
my $element = ONVIF::Analytics::Elements::GetServiceCapabilitiesResponse−>new($data);
Constructor. The following data structure may be passed to new():
{
Capabilities => { # ONVIF::Analytics::Types::Capabilities
},
},
Generated by SOAP::WSDL