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