displayName property

String? displayName
getter/setter pair

The source's display name.

A source's display name must be unique amongst its siblings, for example, two sources with the same parent can't share the same display name. The display name must have a length between 1 and 64 characters (inclusive).

Implementation

core.String? displayName;