NAME
WebService::Edgecast::auto::Administration::Element::CustomerHttpLargeGetResponse
VERSION
version 0.01.00
DESCRIPTION
Perl data type class for the XML Schema defined element CustomerHttpLargeGetResponse from the namespace EC:WebServices.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
CustomerHttpLargeGetResult
$element->set_CustomerHttpLargeGetResult($data); $element->get_CustomerHttpLargeGetResult();
METHODS
new
my $element = WebService::Edgecast::auto::Administration::Element::CustomerHttpLargeGetResponse->new($data);
Constructor. The following data structure may be passed to new():
{
CustomerHttpLargeGetResult => { # WebService::Edgecast::auto::Administration::Type::HttpInfo
intStatus => $some_value, # int
strContentURL => $some_value, # string
},
},
AUTHOR
Generated by SOAP::WSDL