PropertiesResponse

@Serializable
data class PropertiesResponse(val name: String? = null, val coordinates: CoordinatesResponse? = null, val context: ContextResponse? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, coordinates: CoordinatesResponse? = null, context: ContextResponse? = null)

Properties

Link copied to clipboard
@SerialName(value = "context")
val context: ContextResponse? = null
Link copied to clipboard
@SerialName(value = "coordinates")
val coordinates: CoordinatesResponse? = null
Link copied to clipboard
@SerialName(value = "name")
val name: String? = null