Record
repository
No description available.
record repository {
type-op: string,
created-on: option<string>,
description: option<string>,
fork-policy: option<repository-fork-policy-enum>,
full-name: option<string>,
has-issues: option<bool>,
has-wiki: option<bool>,
is-private: option<bool>,
language: option<string>,
links: option<repository-links>,
mainbranch: option<branch>,
name: option<string>,
owner: option<account>,
parent: option<string>,
project: option<project>,
scm: option<repository-scm-enum>,
size: option<s32>,
updated-on: option<string>,
uuid: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| type-op | string | |
| created-on | option<string> | |
| description | option<string> | |
| fork-policy | option<repository-fork-policy-enum> | |
| full-name | option<string> | |
| has-issues | option<bool> | |
| has-wiki | option<bool> | |
| is-private | option<bool> | |
| language | option<string> | |
| links | option<repository-links> | |
| mainbranch | option<branch> | |
| name | option<string> | |
| owner | option<account> | |
| parent | option<string> | |
| project | option<project> | |
| scm | option<repository-scm-enum> | |
| size | option<s32> | |
| updated-on | option<string> | |
| uuid | option<string> |