RealtimeAreaElementResponse

data class RealtimeAreaElementResponse(val id: String, val type: RealtimeElementType, val areas: List<BGPArea>, val areaIds: List<Int>) : Parcelable

Constructors

Link copied to clipboard
constructor(id: String, type: RealtimeElementType, areas: List<BGPArea>, areaIds: List<Int>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)