NAME
ZCS::Admin::Elements::GetDistributionListResponse
DESCRIPTION
Perl data type class for the XML Schema defined element GetDistributionListResponse 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::GetDistributionListResponse->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