pathParams property

Map<String, String> pathParams
getter/setter pair

The path params sent with the request. i.e. /hello/:name.

Implementation

Map<String, String> pathParams;