Status2XX
abstract class Status2XX(val status: Int, val responseCategory: RestResponse.ResponseCategory = ResponseCategory.Success) : RestResponse
Inheritors
Constructors
Link copied to clipboard
constructor(status: Int, responseCategory: RestResponse.ResponseCategory = ResponseCategory.Success)