Record
personal-snippet
No description available.
record personal-snippet {
author: option<user-basic>,
created-at: option<string>,
file-name: option<string>,
id: option<string>,
raw-url: option<string>,
title: option<string>,
updated-at: option<string>,
web-url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| author | option<user-basic> | |
| created-at | option<string> | |
| file-name | option<string> | |
| id | option<string> | |
| raw-url | option<string> | |
| title | option<string> | |
| updated-at | option<string> | |
| web-url | option<string> |