types/user.ql
An end user/listener of a song provider that may own playlists.
| Constructor | Description |
|---|---|
| User(_id, _name) | Creates a new user with the given ID and name. The |
| Function | Description |
|---|---|
| fun getId() | Gets the ID of the user. |
| fun getName() | Gets the name of the user. |
| Field | Description |
|---|---|
| string _id | The ID of the user. |
| string _name | The name of the user. |