CommentList interface
Represents a list of work item comments.
- Extends
comments | List of comments in the current batch. |
continuation |
A string token that can be used to retrieving next page of comments if available. Otherwise null. |
count | The count of comments in the current batch. |
next |
Uri to the next page of comments if it is available. Otherwise null. |
total |
Total count of comments on a work item. |
url | REST URL for the resource. |
A string token that can be used to retrieving next page of comments if available. Otherwise null.
continuationToken: string
Property Value
string
The count of comments in the current batch.
count: number
Property Value
number
Uri to the next page of comments if it is available. Otherwise null.
nextPage: string
Property Value
string
Total count of comments on a work item.
totalCount: number
Property Value
number
REST URL for the resource.
url: string
Property Value
string
Inherited From WorkItemTrackingResource.url