Record
note
No description available.
record note {
attachment: option<string>,
author: option<user-basic>,
body: option<string>,
created-at: option<string>,
downvote: option<string>,
id: option<string>,
noteable-id: option<string>,
noteable-type: option<string>,
system: option<string>,
updated-at: option<string>,
upvote: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| attachment | option<string> | |
| author | option<user-basic> | |
| body | option<string> | |
| created-at | option<string> | |
| downvote | option<string> | |
| id | option<string> | |
| noteable-id | option<string> | |
| noteable-type | option<string> | |
| system | option<string> | |
| updated-at | option<string> | |
| upvote | option<string> |