DOKK / manpages / debian 12 / zoneminder / ONVIF::Device::Elements::GetSystemBackupResponse.3pm.en
ONVIF::Device::Elements::GetSystemBackupResponse(3pm) User Contributed Perl Documentation ONVIF::Device::Elements::GetSystemBackupResponse(3pm)

ONVIF::Device::Elements::GetSystemBackupResponse

Perl data type class for the XML Schema defined element GetSystemBackupResponse from the namespace http://www.onvif.org/ver10/device/wsdl.

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

BackupFiles

 $element->set_BackupFiles($data);
 $element->get_BackupFiles();
    

 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
       },
     },
   },
 },

Generated by SOAP::WSDL

2023-02-24 perl v5.36.0