The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ZCS::Admin::Elements::context

DESCRIPTION

Perl data type class for the XML Schema defined element context from the namespace urn:zimbra.

METHODS

new

my $element = ZCS::Admin::Elements::context->new($data);

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