Attribution

data class Attribution(val attributionId: String? = null, val agencyId: String? = null, val routeId: String? = null, val tripId: String? = null, val organizationName: String, val isProducer: Boolean? = null, val isOperator: Boolean? = null, val isAuthority: Boolean? = null, val attributionUrl: String? = null, val attributionEmail: String? = null, val attributionPhone: String? = null)

See https://developers.google.com/transit/gtfs/reference#attributionstxt

Constructors

Link copied to clipboard
constructor(attributionId: String? = null, agencyId: String? = null, routeId: String? = null, tripId: String? = null, organizationName: String, isProducer: Boolean? = null, isOperator: Boolean? = null, isAuthority: Boolean? = null, attributionUrl: String? = null, attributionEmail: String? = null, attributionPhone: String? = null)

Properties

Link copied to clipboard
val agencyId: String? = null
Link copied to clipboard
Link copied to clipboard
val attributionId: String? = null
Link copied to clipboard
Link copied to clipboard
val attributionUrl: String? = null
Link copied to clipboard
val isAuthority: Boolean? = null
Link copied to clipboard
val isOperator: Boolean? = null
Link copied to clipboard
val isProducer: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val routeId: String? = null
Link copied to clipboard
val tripId: String? = null