The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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