displayName property

String? displayName
getter/setter pair

Human-readable name for the OnlineEvaluator.

The name doesn't have to be unique. The name can consist of any UTF-8 characters. The maximum length is 63 characters. If the display name exceeds max characters, an INVALID_ARGUMENT error is returned.

Optional.

Implementation

core.String? displayName;