VehicleAssets

data class VehicleAssets(val iconUrl: Url, val iconUrlDark: Url? = null, val iconLastModified: ExtendedLocalDate)(source)

Icon images and metadata for representing a vehicle type.

Constructors

Link copied to clipboard
constructor(iconUrl: Url, iconUrlDark: Url? = null, iconLastModified: ExtendedLocalDate)

Properties

Link copied to clipboard
@SerialName(value = "icon_last_modified")
val iconLastModified: ExtendedLocalDate

Date that indicates the last time any included vehicle icon images were modified or updated.

Link copied to clipboard
@SerialName(value = "icon_url")
val iconUrl: Url

A fully qualified URL pointing to the location of a graphic icon file.

Link copied to clipboard
@SerialName(value = "icon_url_dark")
val iconUrlDark: Url?

A fully qualified URL pointing to the location of a graphic icon file for use in dark mode.