Record
entry
No description available.
record entry {
id: option<id>,
links: option<links>,
comment: option<string>,
date: option<s64>,
description: option<string>,
kind: option<string>,
member: option<member>,
name: option<string>,
short-description: option<string>,
target: option<entry-target>,
title: option<string>,
title-verb: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | option<id> | |
| links | option<links> | |
| comment | option<string> | |
| date | option<s64> | |
| description | option<string> | |
| kind | option<string> | |
| member | option<member> | |
| name | option<string> | |
| short-description | option<string> | |
| target | option<entry-target> | |
| title | option<string> | |
| title-verb | option<string> |