Record
gist-simple-fork-of
No description available.
record gist-simple-fork-of {
comments: s32,
comments-url: string,
commits-url: string,
created-at: string,
description: string,
files: gist-simple-fork-of-files,
forks: option<list<string>>,
forks-url: string,
git-pull-url: string,
git-push-url: string,
history: option<list<string>>,
html-url: string,
id: string,
node-id: string,
owner: option<nullable-simple-user>,
public: bool,
truncated: option<bool>,
updated-at: string,
url: string,
user: nullable-simple-user,
}Fields
| Name | Type | Description |
|---|---|---|
| comments | s32 | |
| comments-url | string | |
| commits-url | string | |
| created-at | string | |
| description | string | |
| files | gist-simple-fork-of-files | |
| forks | option<list<string>> | |
| forks-url | string | |
| git-pull-url | string | |
| git-push-url | string | |
| history | option<list<string>> | |
| html-url | string | |
| id | string | |
| node-id | string | |
| owner | option<nullable-simple-user> | |
| public | bool | |
| truncated | option<bool> | |
| updated-at | string | |
| url | string | |
| user | nullable-simple-user |