The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

ZCS::Admin::Elements::ModifyAccountResponse

DESCRIPTION

Perl data type class for the XML Schema defined element ModifyAccountResponse 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::ModifyAccountResponse->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