Automatically generated Python client for Gitea. DO NOT UPDATE MANUALLY!!!
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.

34 lines
1.3 KiB

# Repository
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**archived** | **bool** | | [optional]
**clone_url** | **str** | | [optional]
**created_at** | **datetime** | | [optional]
**default_branch** | **str** | | [optional]
**description** | **str** | | [optional]
**empty** | **bool** | | [optional]
**fork** | **bool** | | [optional]
**forks_count** | **int** | | [optional]
**full_name** | **str** | | [optional]
**html_url** | **str** | | [optional]
**id** | **int** | | [optional]
**mirror** | **bool** | | [optional]
**name** | **str** | | [optional]
**open_issues_count** | **int** | | [optional]
**owner** | [**User**](User.md) | | [optional]
**parent** | [**Repository**](Repository.md) | | [optional]
**permissions** | [**Permission**](Permission.md) | | [optional]
**private** | **bool** | | [optional]
**size** | **int** | | [optional]
**ssh_url** | **str** | | [optional]
**stars_count** | **int** | | [optional]
**updated_at** | **datetime** | | [optional]
**watchers_count** | **int** | | [optional]
**website** | **str** | | [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)