ONVIF::Device::Elements::DeleteUsers
Contents
Description
Perl data type class for the XML Schema defined element DeleteUsers from the namespace
http://www.onvif.org/ver10/device/wsdl.
Methods
new
my $element = ONVIF::Device::Elements::DeleteUsers->new($data);
Constructor. The following data structure may be passed to new():
{
Username => $some_value, # string
},
Name
ONVIF::Device::Elements::DeleteUsers
Properties
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
• Username
$element->set_Username($data);
$element->get_Username();
