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

NameTypeDescription
commentsoption​<s32>
comments-urloption​<string>
commits-urloption​<string>
created-atoption​<string>
descriptionoption​<string>
filesoption​<gist-simple-files>
fork-ofoption​<gist-simple-fork-of>
forksoption​<list​<gist-simple-forks-item>>
forks-urloption​<string>
git-pull-urloption​<string>
git-push-urloption​<string>
historyoption​<list​<gist-history>>
html-urloption​<string>
idoption​<string>
node-idoption​<string>
owneroption​<simple-user>
publicoption​<bool>
truncatedoption​<bool>
updated-atoption​<string>
urloption​<string>
useroption​<string>