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