table of contents
ONVIF::Device::Elements::GetSystemBackupResponse(3pm) | User Contributed Perl Documentation | ONVIF::Device::Elements::GetSystemBackupResponse(3pm) |
NAME¶
ONVIF::Device::Elements::GetSystemBackupResponse
DESCRIPTION¶
Perl data type class for the XML Schema defined element GetSystemBackupResponse from the namespace http://www.onvif.org/ver10/device/wsdl.
PROPERTIES¶
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
- •
- BackupFiles
$element->set_BackupFiles($data); $element->get_BackupFiles();
METHODS¶
new¶
my $element = ONVIF::Device::Elements::GetSystemBackupResponse->new($data);
Constructor. The following data structure may be passed to new():
{ BackupFiles => { # ONVIF::Device::Types::BackupFile Name => $some_value, # string Data => { # ONVIF::Device::Types::AttachmentData Include => { # ONVIF::Device::Types::Include }, }, }, },
AUTHOR¶
Generated by SOAP::WSDL
2018-12-12 | perl v5.28.1 |