This repository has been archived on 2020-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-sdk/docs/MigrateRepoForm.md
jolheiser fc382e2e9d
Initial generation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-01-10 20:43:26 -06:00

1.1 KiB

MigrateRepoForm

Properties

Name Type Description Notes
AuthPassword string [optional] [default to null]
AuthUsername string [optional] [default to null]
CloneAddr string [default to null]
Description string [optional] [default to null]
Issues bool [optional] [default to null]
Labels bool [optional] [default to null]
Milestones bool [optional] [default to null]
Mirror bool [optional] [default to null]
Private bool [optional] [default to null]
PullRequests bool [optional] [default to null]
Releases bool [optional] [default to null]
RepoName string [default to null]
Uid int64 [default to null]
Wiki bool [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]