The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::Edgecast::auto::Administration::Type::FmsInfo

VERSION

version 0.01.00

DESCRIPTION

Perl data type class for the XML Schema defined complexType FmsInfo from the namespace EC:WebServices.

PROPERTIES

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

  • intStatus

  • strContentURL

METHODS

new

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

 { # WebService::Edgecast::auto::Administration::Type::FmsInfo
   intStatus =>  $some_value, # int
   strContentURL =>  $some_value, # string
 },

AUTHOR

Generated by SOAP::WSDL