GooglePlace

@Serializable
data class GooglePlace(val id: GooglePlaceId, val type: GooglePlaceType? = null)

Constructors

Link copied to clipboard
constructor(id: GooglePlaceId, type: GooglePlaceType? = null)

Properties

Link copied to clipboard
@SerialName(value = "google_place_id")
val id: GooglePlaceId
Link copied to clipboard
@SerialName(value = "google_place_type")
val type: GooglePlaceType? = null