octopush/crates/gitea_raw_client/docs/User.md
Kasper Juul Hermansen 991861db99
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Rewrite rust (#38)
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: #38
2022-11-27 11:21:35 +00:00

30 lines
1.5 KiB
Markdown

# User
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | Option<**bool**> | Is user active | [optional]
**avatar_url** | Option<**String**> | URL to the user's avatar | [optional]
**created** | Option<**String**> | | [optional]
**description** | Option<**String**> | the user's description | [optional]
**email** | Option<**String**> | | [optional]
**followers_count** | Option<**i64**> | user counts | [optional]
**following_count** | Option<**i64**> | | [optional]
**full_name** | Option<**String**> | the user's full name | [optional]
**id** | Option<**i64**> | the user's id | [optional]
**is_admin** | Option<**bool**> | Is the user an administrator | [optional]
**language** | Option<**String**> | User locale | [optional]
**last_login** | Option<**String**> | | [optional]
**location** | Option<**String**> | the user's location | [optional]
**login** | Option<**String**> | the user's username | [optional]
**prohibit_login** | Option<**bool**> | Is user login prohibited | [optional]
**restricted** | Option<**bool**> | Is user restricted | [optional]
**starred_repos_count** | Option<**i64**> | | [optional]
**visibility** | Option<**String**> | User visibility level option: public, limited, private | [optional]
**website** | Option<**String**> | the user's website | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)