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

NAME

ZCS::Admin::Elements::CreateDistributionListResponse

DESCRIPTION

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

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

 {
   dl =>  { # ZCS::Admin::Types::Dl
     a =>  { value => $some_value },
     dlm =>  $some_value, # string
   },
 },

AUTHOR

Generated by SOAP::WSDL