Rest Response Response
data class RestResponseResponse(val regex: RestResponseResponseRegex? = null, val successStatusCodes: List<String>? = null)
The properties that make up the expected REST response
Constructors
Link copied to clipboard
fun RestResponseResponse(regex: RestResponseResponseRegex? = null, successStatusCodes: List<String>? = null)