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