NAME

WebService::Edgecast::auto::MediaManager::Element::ArrayOfFmsLiveAuthKey

VERSION

version 0.01.00

DESCRIPTION

Perl data type class for the XML Schema defined element ArrayOfFmsLiveAuthKey from the namespace EC:WebServices.

METHODS

new

my $element = WebService::Edgecast::auto::MediaManager::Element::ArrayOfFmsLiveAuthKey->new($data);

Constructor. The following data structure may be passed to new():

{ # WebService::Edgecast::auto::MediaManager::Type::ArrayOfFmsLiveAuthKey
  FmsLiveAuthKey =>  { # WebService::Edgecast::auto::MediaManager::Type::FmsLiveAuthKey
    Id =>  $some_value, # int
    Key =>  $some_value, # string
    Path =>  $some_value, # string
  },
},

AUTHOR

Generated by SOAP::WSDL