Record
create-body-output-annotations-item
No description available.
record create-body-output-annotations-item {
annotation-level: create-body-output-annotations-item-annotation-level-enum,
end-column: option<s32>,
end-line: s32,
message: string,
path: string,
raw-details: option<string>,
start-column: option<s32>,
start-line: s32,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| annotation-level | create-body-output-annotations-item-annotation-level-enum | |
| end-column | option<s32> | |
| end-line | s32 | |
| message | string | |
| path | string | |
| raw-details | option<string> | |
| start-column | option<s32> | |
| start-line | s32 | |
| title | option<string> |