NAME

ZCS::Admin::Elements::CreateDistributionListRequest

DESCRIPTION

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

PROPERTIES

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

  • name

     $element->set_name($data);
     $element->get_name();

METHODS

new

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

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

 {
   name =>  $some_value, # string
 },

AUTHOR

Generated by SOAP::WSDL