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