response property

Map<String, List<ApiResponse>> response
getter/setter pair

Map of responses for the API endpoint, categorized by HTTP status codes.

Implementation

Map<String, List<ApiResponse>> response;