displayName property

String? displayName
getter/setter pair

The display name for this value, localized where available; otherwise, in English.

The value display name is intended to be used in context with the attribute display name. For example, for a "WiFi" enum attribute, this could contain "Paid" to represent paid Wi-Fi.

Implementation

core.String? displayName;