NAME
ZCS::Admin::Elements::GetAccountResponse
DESCRIPTION
Perl data type class for the XML Schema defined element GetAccountResponse from the namespace urn:zimbraAdmin.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
account
$element->set_account($data); $element->get_account();
METHODS
new
my $element = ZCS::Admin::Elements::GetAccountResponse->new($data);
Constructor. The following data structure may be passed to new():
{
account => { # ZCS::Admin::Types::Account
a => { value => $some_value },
},
},
AUTHOR
Generated by SOAP::WSDL