-
Notifications
You must be signed in to change notification settings - Fork 0
User
mudkip edited this page Feb 9, 2021
·
3 revisions
Represents a RoutineHub account.
Attribute | Explanation | Type |
---|---|---|
name |
The username of the account. | str |
downloads |
The total number of downloads that belong to this user. | int |
linked_accounts |
A list of accounts that are linked to this user's profile. | List[LinkedAccount] |
description |
The bio of the user. | str |
shortcuts |
A list of Shortcut objects that belong to this user. |
List[Shortcut] |