NAME

ZCS::Admin::Elements::GetDistributionListRequest

DESCRIPTION

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

PROPERTIES

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

  • dl

     $element->set_dl($data);
     $element->get_dl();

METHODS

new

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

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

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

AUTHOR

Generated by SOAP::WSDL