30
crates/gitea-client/docs/MigrateRepoOptions.md
Normal file
30
crates/gitea-client/docs/MigrateRepoOptions.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# MigrateRepoOptions
|
||||
|
||||
## 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** | |
|
||||
**repo_owner** | Option<**String**> | Name of User or Organisation who will own Repo after migration | [optional]
|
||||
**service** | Option<**String**> | | [optional]
|
||||
**uid** | Option<**i64**> | deprecated (only for backwards compatibility) | [optional]
|
||||
**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