LocationAsset

@JsonClass(generateAdapter = true)
data class LocationAsset(@Json(name = "type") val type: String? = null)

Constructors

Link copied to clipboard
fun LocationAsset(@Json(name = "type") type: String? = null)

Properties

Link copied to clipboard
val type: String? = null