RoadShieldReference
data class RoadShieldReference(val reference: String, val shieldContent: String? = null, val affixes: List<String> = emptyList())
An object describing a single road shield reference.
Parameters
reference
A unique identifier for the road shield.
shieldContent
An optional string to be shown on the road shield.
affixes
An optional list of possible affixes that can be shown in addition to the shieldContent.