33 lines
1.6 KiB
Markdown
33 lines
1.6 KiB
Markdown
# MigrateRepoOptions
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**auth_password** | Option<**String**> | | [optional]
|
|
**auth_token** | Option<**String**> | | [optional]
|
|
**auth_username** | Option<**String**> | | [optional]
|
|
**aws_access_key_id** | Option<**String**> | | [optional]
|
|
**aws_secret_access_key** | 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**> | the organization's name or individual user's name who will own the migrated repository | [optional]
|
|
**service** | Option<**Service**> | (enum: git, github, gitea, gitlab, gogs, onedev, gitbucket, codebase, codecommit) | [optional]
|
|
**uid** | Option<**i64**> | deprecated (only for backwards compatibility, use repo_owner instead) | [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)
|
|
|
|
|