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

Net::DashCS::Elements::removeURIResponse

DESCRIPTION

Perl data type class for the XML Schema defined element removeURIResponse from the namespace http://dashcs.com/api/v1/emergency.

METHODS

new

 my $element = Net::DashCS::Elements::removeURIResponse->new($data);

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

 { # Net::DashCS::Types::removeURIResponse
   URIStatus =>  { # Net::DashCS::Types::uriStatus
     code => $some_value, # uriStatusCode
     description =>  $some_value, # string
   },
 },

AUTHOR

Generated by SOAP::WSDL