50 lines
2.1 KiB
Markdown
50 lines
2.1 KiB
Markdown
|
# Repository
|
||
|
|
||
|
## Properties
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**allow_merge_commits** | **bool** | | [optional]
|
||
|
**allow_rebase** | **bool** | | [optional]
|
||
|
**allow_rebase_explicit** | **bool** | | [optional]
|
||
|
**allow_squash_merge** | **bool** | | [optional]
|
||
|
**archived** | **bool** | | [optional]
|
||
|
**avatar_url** | **str** | | [optional]
|
||
|
**clone_url** | **str** | | [optional]
|
||
|
**created_at** | **datetime** | | [optional]
|
||
|
**default_branch** | **str** | | [optional]
|
||
|
**description** | **str** | | [optional]
|
||
|
**empty** | **bool** | | [optional]
|
||
|
**external_tracker** | [**ExternalTracker**](ExternalTracker.md) | | [optional]
|
||
|
**external_wiki** | [**ExternalWiki**](ExternalWiki.md) | | [optional]
|
||
|
**fork** | **bool** | | [optional]
|
||
|
**forks_count** | **int** | | [optional]
|
||
|
**full_name** | **str** | | [optional]
|
||
|
**has_issues** | **bool** | | [optional]
|
||
|
**has_pull_requests** | **bool** | | [optional]
|
||
|
**has_wiki** | **bool** | | [optional]
|
||
|
**html_url** | **str** | | [optional]
|
||
|
**id** | **int** | | [optional]
|
||
|
**ignore_whitespace_conflicts** | **bool** | | [optional]
|
||
|
**internal_tracker** | [**InternalTracker**](InternalTracker.md) | | [optional]
|
||
|
**mirror** | **bool** | | [optional]
|
||
|
**name** | **str** | | [optional]
|
||
|
**open_issues_count** | **int** | | [optional]
|
||
|
**open_pr_counter** | **int** | | [optional]
|
||
|
**original_url** | **str** | | [optional]
|
||
|
**owner** | [**User**](User.md) | | [optional]
|
||
|
**parent** | [**Repository**](Repository.md) | | [optional]
|
||
|
**permissions** | [**Permission**](Permission.md) | | [optional]
|
||
|
**private** | **bool** | | [optional]
|
||
|
**release_counter** | **int** | | [optional]
|
||
|
**size** | **int** | | [optional]
|
||
|
**ssh_url** | **str** | | [optional]
|
||
|
**stars_count** | **int** | | [optional]
|
||
|
**template** | **bool** | | [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)
|
||
|
|
||
|
|