You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
123456789101112131415161718 |
- # User
-
- ## Properties
- Name | Type | Description | Notes
- ------------ | ------------- | ------------- | -------------
- **avatar_url** | **String** | URL to the user's avatar | [optional] [default to null]
- **created** | **String** | | [optional] [default to null]
- **email** | **String** | | [optional] [default to null]
- **full_name** | **String** | the user's full name | [optional] [default to null]
- **id** | **i64** | the user's id | [optional] [default to null]
- **is_admin** | **bool** | Is the user an administrator | [optional] [default to null]
- **language** | **String** | User locale | [optional] [default to null]
- **last_login** | **String** | | [optional] [default to null]
- **login** | **String** | the user's username | [optional] [default to null]
-
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
-
-
|