NAME

ZCS::Admin::Elements::ExportMailboxRequest

DESCRIPTION

Perl data type class for the XML Schema defined element ExportMailboxRequest from the namespace urn:zimbraAdmin.

PROPERTIES

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

  • account

    $element->set_account($data);
    $element->get_account();

METHODS

new

my $element = ZCS::Admin::Elements::ExportMailboxRequest->new($data);

Constructor. The following data structure may be passed to new():

{
  account => ,
},

AUTHOR

Generated by SOAP::WSDL