Record
comment
No description available.
record comment {
body: option<string>,
comment-record-id: option<string>,
comment-record-type: option<comment-comment-record-type-enum>,
commenter: option<string>,
commenter-type: option<comment-commenter-type-enum>,
created-at: option<string>,
id: option<string>,
read-at: option<string>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| body | option<string> | |
| comment-record-id | option<string> | |
| comment-record-type | option<comment-comment-record-type-enum> | |
| commenter | option<string> | |
| commenter-type | option<comment-commenter-type-enum> | |
| created-at | option<string> | |
| id | option<string> | |
| read-at | option<string> | |
| updated-at | option<string> |