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

NAME

WebService::Edgecast::auto::Administration::Element::CustomerHttpLargeUpdateResponse

VERSION

version 0.01.00

DESCRIPTION

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

PROPERTIES

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

  • CustomerHttpLargeUpdateResult

     $element->set_CustomerHttpLargeUpdateResult($data);
     $element->get_CustomerHttpLargeUpdateResult();

METHODS

new

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

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

 {
   CustomerHttpLargeUpdateResult =>  $some_value, # short
 },

AUTHOR

Generated by SOAP::WSDL