VehicleAssets
data class VehicleAssets(val iconUrl: Url, val iconUrlDark: Url? = null, val iconLastModified: ExtendedLocalDate)(source)
Icon images and metadata for representing a vehicle type.
Properties
Link copied to clipboard
Date that indicates the last time any included vehicle icon images were modified or updated.
Link copied to clipboard
A fully qualified URL pointing to the location of a graphic icon file.
Link copied to clipboard
A fully qualified URL pointing to the location of a graphic icon file for use in dark mode.