TransitAttribution

data class TransitAttribution(val id: String, val href: String, val text: String, val type: String)

Constructors

Link copied to clipboard
constructor(id: String, href: String, text: String, type: String)

Properties

Link copied to clipboard
@SerializedName(value = "href")
val href: String
Link copied to clipboard
@SerializedName(value = "id")
val id: String
Link copied to clipboard
@SerializedName(value = "text")
val text: String
Link copied to clipboard
@SerializedName(value = "type")
val type: String