NAME

CDN::Edgecast::Client::auto::Reporting::Element::Directories

VERSION

version 0.01.00

DESCRIPTION

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

METHODS

new

my $element = CDN::Edgecast::Client::auto::Reporting::Element::Directories->new($data);

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

{ # CDN::Edgecast::Client::auto::Reporting::Type::Directories
  Directory =>  { # CDN::Edgecast::Client::auto::Reporting::Type::Directory
    strDirName =>  $some_value, # string
    lngBytes =>  $some_value, # long
    lngAvgDuration =>  $some_value, # long
    lngHits =>  $some_value, # long
  },
},

AUTHOR

Generated by SOAP::WSDL