NAME

WebService::Edgecast::auto::Reporting::Element::StorageUsageGetMaxResponse

VERSION

version 0.01.00

DESCRIPTION

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

PROPERTIES

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

  • StorageUsageGetMaxResult

    $element->set_StorageUsageGetMaxResult($data);
    $element->get_StorageUsageGetMaxResult();

METHODS

new

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

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

{
  StorageUsageGetMaxResult =>  $some_value, # double
},

AUTHOR

Generated by SOAP::WSDL