NAME

CDN::Edgecast::Client::auto::Administration::Element::CustomerHttpSmallGetResponse

VERSION

version 0.01.00

DESCRIPTION

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

PROPERTIES

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

  • CustomerHttpSmallGetResult

    $element->set_CustomerHttpSmallGetResult($data);
    $element->get_CustomerHttpSmallGetResult();

METHODS

new

my $element = CDN::Edgecast::Client::auto::Administration::Element::CustomerHttpSmallGetResponse->new($data);

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

{
  CustomerHttpSmallGetResult =>  { # CDN::Edgecast::Client::auto::Administration::Type::HttpSmallInfo
    intStatus =>  $some_value, # int
    strContentURL =>  $some_value, # string
  },
},

AUTHOR

Generated by SOAP::WSDL