The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Edgecast::auto::Reporting::Type::File

VERSION

version 0.01.00

DESCRIPTION

Perl data type class for the XML Schema defined complexType File from the namespace EC:WebServices.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • strFileName

  • lngBytes

  • lngAvgDuration

  • lngHits

  • lngDailyUniques

  • lngCompleteDownloads

  • lngDownloadAttempts

METHODS

new

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

 { # WebService::Edgecast::auto::Reporting::Type::File
   strFileName =>  $some_value, # string
   lngBytes =>  $some_value, # long
   lngAvgDuration =>  $some_value, # long
   lngHits =>  $some_value, # long
   lngDailyUniques =>  $some_value, # long
   lngCompleteDownloads =>  $some_value, # long
   lngDownloadAttempts =>  $some_value, # long
 },

AUTHOR

Generated by SOAP::WSDL