NAME
WebService::Edgecast::auto::MediaManager::Type::WmsPubPoint
VERSION
version 0.01.00
DESCRIPTION
Perl data type class for the XML Schema defined complexType WmsPubPoint from the namespace EC:WebServices.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
EnableBuffering
MethodId
MethodName
PullSource
PushUrl
Url
TypeName
METHODS
new
Constructor. The following data structure may be passed to new():
{ # WebService::Edgecast::auto::MediaManager::Type::WmsPubPoint
EnableBuffering => $some_value, # boolean
MethodId => $some_value, # int
MethodName => $some_value, # string
PullSource => $some_value, # string
PushUrl => $some_value, # string
Url => $some_value, # string
TypeName => $some_value, # string
},
AUTHOR
Generated by SOAP::WSDL