HttpHeader

data class HttpHeader(val name: String, val schema: HttpSchema = HttpSchema.String, val description: String? = null, val componentRef: String? = null)

Constructors

Link copied to clipboard
constructor(name: String, schema: HttpSchema = HttpSchema.String, description: String? = null, componentRef: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard