NAME

WebService::Edgecast::auto::Administration::Element::CustomerHttpSmallUpdateResponse

VERSION

version 0.01.00

DESCRIPTION

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

PROPERTIES

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

  • CustomerHttpSmallUpdateResult

    $element->set_CustomerHttpSmallUpdateResult($data);
    $element->get_CustomerHttpSmallUpdateResult();

METHODS

new

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

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

{
  CustomerHttpSmallUpdateResult =>  $some_value, # short
},

AUTHOR

Generated by SOAP::WSDL