with gitea client

This commit is contained in:
2022-11-24 23:27:19 +01:00
parent 71076a6c21
commit 9f2bc08429
344 changed files with 48419 additions and 33 deletions

View File

@@ -0,0 +1,29 @@
# 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)