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

WebService::Edgecast::auto::RealTime::Element::ArrayOfRealTimeCacheStatuses

VERSION

version 0.01.00

DESCRIPTION

Perl data type class for the XML Schema defined element ArrayOfRealTimeCacheStatuses from the namespace EC:WebServices.

METHODS

new

 my $element = WebService::Edgecast::auto::RealTime::Element::ArrayOfRealTimeCacheStatuses->new($data);

Constructor. The following data structure may be passed to new():

 { # WebService::Edgecast::auto::RealTime::Type::ArrayOfRealTimeCacheStatuses
   RealTimeCacheStatuses =>  { # WebService::Edgecast::auto::RealTime::Type::RealTimeCacheStatuses
     CacheStatus =>  $some_value, # string
     Connections =>  $some_value, # long
   },
 },

AUTHOR

Generated by SOAP::WSDL