The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Edgecast::auto::Administration::Element::CustomerOriginGetResponse

VERSION

version 0.01.00

DESCRIPTION

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

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • CustomerOriginGetResult

     $element->set_CustomerOriginGetResult($data);
     $element->get_CustomerOriginGetResult();

METHODS

new

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

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

 {
   CustomerOriginGetResult =>  { # WebService::Edgecast::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