with gitea client
This commit is contained in:
29
crates/gitea_raw_client/docs/MigrateRepoForm.md
Normal file
29
crates/gitea_raw_client/docs/MigrateRepoForm.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# MigrateRepoForm
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**auth_password** | Option<**String**> | | [optional]
|
||||
**auth_token** | Option<**String**> | | [optional]
|
||||
**auth_username** | Option<**String**> | | [optional]
|
||||
**clone_addr** | **String** | |
|
||||
**description** | Option<**String**> | | [optional]
|
||||
**issues** | Option<**bool**> | | [optional]
|
||||
**labels** | Option<**bool**> | | [optional]
|
||||
**lfs** | Option<**bool**> | | [optional]
|
||||
**lfs_endpoint** | Option<**String**> | | [optional]
|
||||
**milestones** | Option<**bool**> | | [optional]
|
||||
**mirror** | Option<**bool**> | | [optional]
|
||||
**mirror_interval** | Option<**String**> | | [optional]
|
||||
**private** | Option<**bool**> | | [optional]
|
||||
**pull_requests** | Option<**bool**> | | [optional]
|
||||
**releases** | Option<**bool**> | | [optional]
|
||||
**repo_name** | **String** | |
|
||||
**service** | Option<**i64**> | GitServiceType represents a git service | [optional]
|
||||
**uid** | **i64** | |
|
||||
**wiki** | Option<**bool**> | | [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)
|
||||
|
||||
|
Reference in New Issue
Block a user