Record
issue-change
No description available.
record issue-change {
changes: option<issue-change-changes>,
created-on: option<string>,
issue: option<issue>,
links: option<issue-change-links>,
message: option<issue-change-message>,
name: option<string>,
type-op: string,
user: option<account>,
}Fields
| Name | Type | Description |
|---|---|---|
| changes | option<issue-change-changes> | |
| created-on | option<string> | |
| issue | option<issue> | |
| links | option<issue-change-links> | |
| message | option<issue-change-message> | |
| name | option<string> | |
| type-op | string | |
| user | option<account> |