Record
paginated-pullrequest-comments
No description available.
record paginated-pullrequest-comments {
next: option<string>,
page: option<s32>,
pagelen: option<s32>,
previous: option<string>,
size: option<s32>,
values: option<list<pullrequest-comment>>,
}Fields
| Name | Type | Description |
|---|---|---|
| next | option<string> | |
| page | option<s32> | |
| pagelen | option<s32> | |
| previous | option<string> | |
| size | option<s32> | |
| values | option<list<pullrequest-comment>> |