
ZCS::Admin::Elements::GetAccountMembershipRequest

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

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
$element->set_account($data); $element->get_account();

my $element = ZCS::Admin::Elements::GetAccountMembershipRequest->new($data);
Constructor. The following data structure may be passed to new():
{
account => { value => $some_value },
},

Generated by SOAP::WSDL