Header
constructor(description: String? = null, type: Swagger.Header.Type, format: String? = null, items: Swagger.Definition? = null, collectionFormat: Swagger.Header.CollectionFormat = CollectionFormat.Csv, default: JsonElement? = null, maximum: Int? = null, exclusiveMaximum: Boolean? = null, minimum: Int? = null, exclusiveMinimum: Boolean? = null, maxLength: Int? = null, minLength: Int? = null, pattern: String? = null, maxItems: Int? = null, minItems: Int? = null, uniqueItems: Int? = null, enum: Set<String> = emptySet(), multipleOf: Int? = null)(source)