Foursquare

@Serializable
data class Foursquare(val id: FoursquareId, val type: FoursquareType? = null)

Constructors

Link copied to clipboard
constructor(id: FoursquareId, type: FoursquareType? = null)

Properties

Link copied to clipboard
@SerialName(value = "foursquare_id")
val id: FoursquareId
Link copied to clipboard
@SerialName(value = "foursquare_type")
val type: FoursquareType? = null