Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.15 KB

MigrateRepoForm.md

File metadata and controls

28 lines (23 loc) · 1.15 KB

openapi.model.MigrateRepoForm

Load the model package

import 'package:gitea_openapi/api.dart';

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 int [default to null]
wiki bool [optional] [default to null]

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