Wasm Directoryalpha
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

NameTypeDescription
commentss32
comments-urlstring
commits-urlstring
created-atstring
descriptionstring
filesgist-simple-fork-of-files
forksoption​<list​<string>>
forks-urlstring
git-pull-urlstring
git-push-urlstring
historyoption​<list​<string>>
html-urlstring
idstring
node-idstring
owneroption​<nullable-simple-user>
publicbool
truncatedoption​<bool>
updated-atstring
urlstring
usernullable-simple-user