The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::DashCS::Types::provisionLocationResponse

DESCRIPTION

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

PROPERTIES

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

  • LocationStatus

METHODS

new

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

 { # Net::DashCS::Types::provisionLocationResponse
   LocationStatus =>  { # Net::DashCS::Types::locationStatus
     code => $some_value, # locationStatusCode
     description =>  $some_value, # string
   },
 },

AUTHOR

Generated by SOAP::WSDL