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