Response

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Response(val description: String = "", val statusCode: Int = 200)(source)

Properties

Link copied to clipboard
Link copied to clipboard
val statusCode: Int = 200