NAME

Net::DashCS::Elements::getURIsResponse

DESCRIPTION

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

METHODS

new

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

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

{ # Net::DashCS::Types::getURIsResponse
  URIs =>  { # Net::DashCS::Types::urIs
    uris =>  { # Net::DashCS::Types::uri
      callername =>  $some_value, # string
      uri =>  $some_value, # string
    },
  },
},

AUTHOR

Generated by SOAP::WSDL