NAME
ZCS::Admin::Elements::RenameAccountRequest
DESCRIPTION
Perl data type class for the XML Schema defined element RenameAccountRequest from the namespace urn:zimbraAdmin.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
id
$element->set_id($data); $element->get_id();
newName
$element->set_newName($data); $element->get_newName();
METHODS
new
my $element = ZCS::Admin::Elements::RenameAccountRequest->new($data);
Constructor. The following data structure may be passed to new():
{
id => $some_value, # string
newName => $some_value, # string
},
AUTHOR
Generated by SOAP::WSDL