userName property

String? userName
getter/setter pair

Account name, used to set the account name for URL download. It is not recommended to set a string that is too long, Otherwise, it may lead to unforeseen problems. 账户名称,用于url下载设置账户名称。不建议设置比较长的字符串,否则可能会导致不可预料的问题。

Implementation

String? userName;