Map

data class Map(val typeValue: String? = null, val metaRef: String? = null)(source)

Constructors

Link copied to clipboard
constructor(typeValue: String? = null, metaRef: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "$ref")
val metaRef: String? = null
Link copied to clipboard
@SerialName(value = "type_value")
val typeValue: String? = null