NAME

ZCS::Admin::Elements::DisableArchiveRequest

DESCRIPTION

Perl data type class for the XML Schema defined element DisableArchiveRequest 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::DisableArchiveRequest->new($data);

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

 {
   account =>  { value => $some_value },
 },

AUTHOR

Generated by SOAP::WSDL