NAME
CDN::Edgecast::Client::auto::Administration::Element::ArrayOfDeliveryRegion
VERSION
version 0.01.00
DESCRIPTION
Perl data type class for the XML Schema defined element ArrayOfDeliveryRegion from the namespace EC:WebServices.
METHODS
new
my $element = CDN::Edgecast::Client::auto::Administration::Element::ArrayOfDeliveryRegion->new($data);
Constructor. The following data structure may be passed to new():
{ # CDN::Edgecast::Client::auto::Administration::Type::ArrayOfDeliveryRegion
DeliveryRegion => { # CDN::Edgecast::Client::auto::Administration::Type::DeliveryRegion
Id => $some_value, # int
Name => $some_value, # string
},
},
AUTHOR
Generated by SOAP::WSDL