ResponseRef

class ResponseRef(val name: String, val component: ApiResponse, val code: String = Https.Code.OK) : ComponentRef<ApiResponse>

Constructors

Link copied to clipboard
constructor(name: String, component: ApiResponse, code: String = Https.Code.OK)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val component: ApiResponse
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val ref: ApiResponse