UserInfo
The information of the user.
export class UserInfo { uid?: number; userAccount?: string; }
Attributes
- uid
- The user ID.
- userAccount
- User account. The maximum data length is MaxUserAccountLengthType.
The information of the user.
export class UserInfo { uid?: number; userAccount?: string; }