ClientUserInfo Constructors
An object defining constructors for the ClientUserInfo class.
ClientUserInfo(id, name, username, behalfOf)
Initializes a new instance of the ClientUserInfo
class with specified ID, name, username, and optional behalf-of user information.
Parameters:
id (required): long
The unique identifier for the user.
name (required): string
The name of the user.
username (required): string
The username of the user.
behalfOf (optional): ClientUserInfo
A reference to anotherClientUserInfo
object, representing the user on whose behalf this user is acting.