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