MediaType

@Serializable
data class MediaType(val parameters: Map<String, String>? = null, val subtype: String? = null, val type: String? = null, val wildcardSubtype: Boolean? = null, val wildcardType: Boolean? = null)

Parameters

parameters
subtype
type
wildcardSubtype
wildcardType

Constructors

Link copied to clipboard
constructor(parameters: Map<String, String>? = null, subtype: String? = null, type: String? = null, wildcardSubtype: Boolean? = null, wildcardType: Boolean? = null)

Properties

Link copied to clipboard
val parameters: Map<String, String>? = null
Link copied to clipboard
val subtype: String? = null
Link copied to clipboard
val type: String? = null
Link copied to clipboard
Link copied to clipboard
val wildcardType: Boolean? = null