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