Mapcode

@Serializable
data class Mapcode(val type: String? = null, val fullMapcode: String? = null, val territory: String? = null, val code: String? = null)

Constructors

Link copied to clipboard
constructor(type: String? = null, fullMapcode: String? = null, territory: String? = null, code: String? = null)

Properties

Link copied to clipboard
val code: String? = null
Link copied to clipboard
val fullMapcode: String? = null
Link copied to clipboard
val territory: String? = null
Link copied to clipboard
val type: String? = null