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

CDN::Edgecast::Client::auto::Reporting::Element::Cnames

VERSION

version 0.01.00

DESCRIPTION

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

METHODS

new

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

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

 { # CDN::Edgecast::Client::auto::Reporting::Type::Cnames
   Cname =>  { # CDN::Edgecast::Client::auto::Reporting::Type::Cname
     strName =>  $some_value, # string
     lngBytes =>  $some_value, # long
     lngHits =>  $some_value, # long
   },
 },

AUTHOR

Generated by SOAP::WSDL