| ONVIF::Device::Elements::GetRemoteUserResponse(3pm) | User Contributed Perl Documentation | ONVIF::Device::Elements::GetRemoteUserResponse(3pm) |
ONVIF::Device::Elements::GetRemoteUserResponse
Perl data type class for the XML Schema defined element GetRemoteUserResponse from the namespace http://www.onvif.org/ver10/device/wsdl.
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
$element->set_RemoteUser($data);
$element->get_RemoteUser();
my $element = ONVIF::Device::Elements::GetRemoteUserResponse->new($data);
Constructor. The following data structure may be passed to new():
{
RemoteUser => { # ONVIF::Device::Types::RemoteUser
Username => $some_value, # string
Password => $some_value, # string
UseDerivedPassword => $some_value, # boolean
},
},
Generated by SOAP::WSDL
| 2024-04-01 | perl v5.38.2 |