Record
nullable-repository
No description available.
record nullable-repository {
allow-auto-merge: option<bool>,
allow-forking: option<bool>,
allow-merge-commit: option<bool>,
allow-rebase-merge: option<bool>,
allow-squash-merge: option<bool>,
allow-update-branch: option<bool>,
anonymous-access-enabled: option<bool>,
archive-url: string,
archived: bool,
assignees-url: string,
blobs-url: string,
branches-url: string,
clone-url: string,
collaborators-url: string,
comments-url: string,
commits-url: string,
compare-url: string,
contents-url: string,
contributors-url: string,
created-at: string,
default-branch: string,
delete-branch-on-merge: option<bool>,
deployments-url: string,
description: string,
disabled: bool,
downloads-url: string,
events-url: string,
fork: bool,
forks: s32,
forks-count: s32,
forks-url: string,
full-name: string,
git-commits-url: string,
git-refs-url: string,
git-tags-url: string,
git-url: string,
has-discussions: option<bool>,
has-downloads: bool,
has-issues: bool,
has-pages: bool,
has-projects: bool,
has-wiki: bool,
homepage: string,
hooks-url: string,
html-url: string,
id: s32,
is-template: option<bool>,
issue-comment-url: string,
issue-events-url: string,
issues-url: string,
keys-url: string,
labels-url: string,
language: string,
languages-url: string,
license: nullable-license-simple,
master-branch: option<string>,
merge-commit-message: option<full-repository-merge-commit-message-enum>,
merge-commit-title: option<full-repository-merge-commit-title-enum>,
merges-url: string,
milestones-url: string,
mirror-url: string,
name: string,
network-count: option<s32>,
node-id: string,
notifications-url: string,
open-issues: s32,
open-issues-count: s32,
organization: option<nullable-simple-user>,
owner: simple-user,
permissions: option<nullable-repository-permissions>,
private: bool,
pulls-url: string,
pushed-at: string,
releases-url: string,
size: s32,
squash-merge-commit-message: option<repository-squash-merge-commit-message-enum>,
squash-merge-commit-title: option<repository-squash-merge-commit-title-enum>,
ssh-url: string,
stargazers-count: s32,
stargazers-url: string,
starred-at: option<string>,
statuses-url: string,
subscribers-count: option<s32>,
subscribers-url: string,
subscription-url: string,
svn-url: string,
tags-url: string,
teams-url: string,
temp-clone-token: option<string>,
template-repository: option<nullable-repository-template-repository>,
topics: option<list<string>>,
trees-url: string,
updated-at: string,
url: string,
use-squash-pr-title-as-default: option<bool>,
visibility: option<string>,
watchers: s32,
watchers-count: s32,
web-commit-signoff-required: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| allow-auto-merge | option<bool> | |
| allow-forking | option<bool> | |
| allow-merge-commit | option<bool> | |
| allow-rebase-merge | option<bool> | |
| allow-squash-merge | option<bool> | |
| allow-update-branch | option<bool> | |
| anonymous-access-enabled | option<bool> | |
| archive-url | string | |
| archived | bool | |
| assignees-url | string | |
| blobs-url | string | |
| branches-url | string | |
| clone-url | string | |
| collaborators-url | string | |
| comments-url | string | |
| commits-url | string | |
| compare-url | string | |
| contents-url | string | |
| contributors-url | string | |
| created-at | string | |
| default-branch | string | |
| delete-branch-on-merge | option<bool> | |
| deployments-url | string | |
| description | string | |
| disabled | bool | |
| downloads-url | string | |
| events-url | string | |
| fork | bool | |
| forks | s32 | |
| forks-count | s32 | |
| forks-url | string | |
| full-name | string | |
| git-commits-url | string | |
| git-refs-url | string | |
| git-tags-url | string | |
| git-url | string | |
| has-discussions | option<bool> | |
| has-downloads | bool | |
| has-issues | bool | |
| has-pages | bool | |
| has-projects | bool | |
| has-wiki | bool | |
| homepage | string | |
| hooks-url | string | |
| html-url | string | |
| id | s32 | |
| is-template | option<bool> | |
| issue-comment-url | string | |
| issue-events-url | string | |
| issues-url | string | |
| keys-url | string | |
| labels-url | string | |
| language | string | |
| languages-url | string | |
| license | nullable-license-simple | |
| master-branch | option<string> | |
| merge-commit-message | option<full-repository-merge-commit-message-enum> | |
| merge-commit-title | option<full-repository-merge-commit-title-enum> | |
| merges-url | string | |
| milestones-url | string | |
| mirror-url | string | |
| name | string | |
| network-count | option<s32> | |
| node-id | string | |
| notifications-url | string | |
| open-issues | s32 | |
| open-issues-count | s32 | |
| organization | option<nullable-simple-user> | |
| owner | simple-user | |
| permissions | option<nullable-repository-permissions> | |
| private | bool | |
| pulls-url | string | |
| pushed-at | string | |
| releases-url | string | |
| size | s32 | |
| squash-merge-commit-message | option<repository-squash-merge-commit-message-enum> | |
| squash-merge-commit-title | option<repository-squash-merge-commit-title-enum> | |
| ssh-url | string | |
| stargazers-count | s32 | |
| stargazers-url | string | |
| starred-at | option<string> | |
| statuses-url | string | |
| subscribers-count | option<s32> | |
| subscribers-url | string | |
| subscription-url | string | |
| svn-url | string | |
| tags-url | string | |
| teams-url | string | |
| temp-clone-token | option<string> | |
| template-repository | option<nullable-repository-template-repository> | |
| topics | option<list<string>> | |
| trees-url | string | |
| updated-at | string | |
| url | string | |
| use-squash-pr-title-as-default | option<bool> | |
| visibility | option<string> | |
| watchers | s32 | |
| watchers-count | s32 | |
| web-commit-signoff-required | option<bool> |