displayName property

String? displayName
getter/setter pair

The name (without prefix) to be displayed in the UI for this parameter.

E.g. if the key is "foo.bar.myName", then the name would be "myName".

Implementation

core.String? displayName;