Preparing search index...
The search index is not available
cvat-sdk
cvat-sdk
PaginatedCommentReadList
Interface PaginatedCommentReadList
Export
PaginatedCommentReadList
interface
PaginatedCommentReadList
{
count
:
number
;
next
?:
null
|
string
;
previous
?:
null
|
string
;
results
:
CommentRead
[]
;
}
Index
Properties
count
next?
previous?
results
Properties
count
count
:
number
Memberof
PaginatedCommentReadList
Optional
next
next
?:
null
|
string
Memberof
PaginatedCommentReadList
Optional
previous
previous
?:
null
|
string
Memberof
PaginatedCommentReadList
results
results
:
CommentRead
[]
Memberof
PaginatedCommentReadList
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
next
previous
results
cvat-sdk
Loading...
Export
PaginatedCommentReadList