Represents a user in the system. A user is defined by an ID, name, and the time they were created.
Creates an instance of the User class.
User
The user data containing id, name, and created_at.
id
name
created_at
The timestamp (in milliseconds) when the user was created.
The unique identifier for the user.
The name of the user.
Represents a user in the system. A user is defined by an ID, name, and the time they were created.