NAME
ZCS::Admin::Types::HeaderContext
DESCRIPTION
Perl data type class for the XML Schema defined complexType HeaderContext from the namespace urn:zimbra.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
authToken
sessionId
account
change
targetServer
userAgent
METHODS
new
Constructor. The following data structure may be passed to new():
{ # ZCS::Admin::Types::HeaderContext
authToken => $some_value, # string
sessionId => { value => $some_value },
account => { value => $some_value },
change => { value => $some_value },
targetServer => $some_value, # string
userAgent => { value => $some_value },
},
AUTHOR
Generated by SOAP::WSDL