userName property

String? userName
getter/setter pair

The user display name. It must compliance with the following rules:

  • max length is 128 bytes.
  • UTF8 string.

用户显示名字。必须符合以下规则:

  • 最大长度是128字节;
  • UTF8 字符串。*/

Implementation

String? userName;