Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 2.92 KB

File metadata and controls

54 lines (49 loc) · 2.92 KB

openapi.model.Repository

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
allowMergeCommits bool [optional] [default to null]
allowRebase bool [optional] [default to null]
allowRebaseExplicit bool [optional] [default to null]
allowSquashMerge bool [optional] [default to null]
archived bool [optional] [default to null]
avatarUrl String [optional] [default to null]
cloneUrl String [optional] [default to null]
createdAt DateTime [optional] [default to null]
defaultBranch String [optional] [default to null]
description String [optional] [default to null]
empty bool [optional] [default to null]
externalTracker ExternalTracker [optional] [default to null]
externalWiki ExternalWiki [optional] [default to null]
fork bool [optional] [default to null]
forksCount int [optional] [default to null]
fullName String [optional] [default to null]
hasIssues bool [optional] [default to null]
hasPullRequests bool [optional] [default to null]
hasWiki bool [optional] [default to null]
htmlUrl String [optional] [default to null]
id int [optional] [default to null]
ignoreWhitespaceConflicts bool [optional] [default to null]
internalTracker InternalTracker [optional] [default to null]
mirror bool [optional] [default to null]
name String [optional] [default to null]
openIssuesCount int [optional] [default to null]
openPrCounter int [optional] [default to null]
originalUrl String [optional] [default to null]
owner User [optional] [default to null]
parent Repository [optional] [default to null]
permissions Permission [optional] [default to null]
private bool [optional] [default to null]
releaseCounter int [optional] [default to null]
size int [optional] [default to null]
sshUrl String [optional] [default to null]
starsCount int [optional] [default to null]
template bool [optional] [default to null]
updatedAt DateTime [optional] [default to null]
watchersCount int [optional] [default to null]
website String [optional] [default to null]

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