The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ZCS::Admin::Elements::SearchDirectoryRequest

DESCRIPTION

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

PROPERTIES

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

  • query

     $element->set_query($data);
     $element->get_query();

METHODS

new

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

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

 {
   query =>  $some_value, # string
 },

AUTHOR

Generated by SOAP::WSDL