Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 866 Bytes

File metadata and controls

15 lines (12 loc) · 866 Bytes

# UserResourceTotals

Properties

Name Type Description Notes
keys int The total number of keys pressed by the user.
clicks int The total number of mouse clicks made by the user.
download_mb float The total amount of data downloaded by the user, in megabytes.
upload_mb float The total amount of data uploaded by the user, in megabytes.
uptime_seconds int The total uptime the user has recorded, in seconds.
scrolls int The total number of mouse scrolls recorded for the user.
distance_miles float The total distance the mouse has moved in miles on this computer.

[Back to Model list] [Back to API list] [Back to README]