response property
Map of responses for the API endpoint, categorized by HTTP status codes.
Implementation
Map<String, List<ApiResponse>> response;
Map of responses for the API endpoint, categorized by HTTP status codes.
Map<String, List<ApiResponse>> response;