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/Repository.md
jolheiser fc382e2e9d
Initial generation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-01-10 20:43:26 -06:00

2.8 KiB

Repository

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 time.Time [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 int64 [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 int64 [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 int64 [optional] [default to null]
OpenPrCounter int64 [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 int64 [optional] [default to null]
Size int64 [optional] [default to null]
SshUrl string [optional] [default to null]
StarsCount int64 [optional] [default to null]
Template bool [optional] [default to null]
UpdatedAt time.Time [optional] [default to null]
WatchersCount int64 [optional] [default to null]
Website string [optional] [default to null]

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